pouncer Posted January 23, 2007 Share Posted January 23, 2007 <td><img src="<?php echo $image; ?>" alt="Generating image"></td>can someone show me what to add to this line to make the image a hyperlink? Quote Link to comment Share on other sites More sharing options...
Jessica Posted January 24, 2007 Share Posted January 24, 2007 This is an HTML question, not PHP[code]<td><a href="URLHERE"><img src="<?php echo $image; ?>" alt="Generating image"></a></td>[/code] Quote Link to comment Share on other sites More sharing options...
pouncer Posted January 24, 2007 Author Share Posted January 24, 2007 [quote author=jesirose link=topic=123746.msg511914#msg511914 date=1169596809]This is an HTML question, not PHP[code]<td><a href="URLHERE"><img src="<?php echo $image; ?>" alt="Generating image"></a></td>[/code][/quote]thanks and sorry :p Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.