Hi thanks for the reply, i tried it and it doesnt seem to work just hide the link itself. Is there any way to set the block up of
PHP Code:
for($j=0; $j<$num_rows_languages;$j++)
{
echo("<div id='content'>");
echo("<table>");
echo("<tr><td class='language'><a href='" . mysql_result($result_languages, $j, "file") . "'>" . mysql_result($result_languages, $j, "language") . "</a></td></tr>");
echo("</table>");
echo("</div>");
}
to hidden, there will be many of these divs so cant be unique, and have an element outside the loop somewhere else to hide/show this?