Help with links please....
Posted: Fri Aug 13, 2010 4:18 am
Hi... I am really new to this. Please help me with this... as part of a gallery, I have categories and a thumbnail. As of now the title/link to the gallery shows up on the side of the thumbnail. How can I place the link below the thumbnail?
Here is the code... I am pulling this info from a database...
Here is the code... I am pulling this info from a database...
Code: Select all
$result_array[] = "<a href='viewgallery.php?cid=".$row[0]."'>".$row[1]."<img src='/photos/categoryimages/category".$row[0].".jpg' border=0 height='133px' width='200px' </a>";