I have a page that produces results in a table wuth a thumbnail description etc. No problem. However, I want to be able to click on the thumbnail (which is already linked to a larger image) and for the larger image plus description etc to appear in a page that has been formatted like the rest of my site. This is a snippet of code that calls up my results page, and I understand that I am only allowing a link to an image at the moment. I just can't work out how to do the above.
"<TD width=20% align=center><A HREF='$image'><IMG SRC='$thumb'></A></TD>\n";
echo "<TD width=60%><font size=+1 font face=arial,verdana font color=white><ul>$description</ul></font>\n";
echo "<TD width=20%><font size=+1 font face=arial,verdana font color=white><ul>$dim</ul></font></TD>\n";
I think the bits are self explanatory except the $image is the large image🙂
I would really appreciate some help. You can see what I am on about at http://www.infinitih.co.uk/test/seating.html
Just enter 'chair' in the search. Don't worry about the look its not finished yet🙂