View Single Post
Old 06-25-2009, 08:05 AM   #3 (permalink)
Foxtrck
Contributing Member
 
Foxtrck's Avatar
 
Join Date: 11-29-06
Location: Scotland, UK
Posts: 201
iTrader: 0 / 0%
Latest Blog:
None

Foxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebodyFoxtrck is liked by somebody
Send a message via MSN to Foxtrck
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?
__________________
http://www.dund.co.uk - DD1 Designs
Foxtrck is offline   Reply With Quote