View Full Version : How can I put an Image Inside a Table? Help Plz


homer_simpson
08-01-2004, 11:54 PM
Hello Lissa,I really appriciate your website..It has helped me a whole lot...I just want to ask you one thing please.

I did read your section about Tables..But Im not sure if you have this..

How can I put a Table arround my image,and how can I link that image inside the table..

Thank You so MUCH for the FORUMS,and aspecialy your WEBSITE!

kittycat
08-02-2004, 01:28 AM
You can put an image in a table like this...
<table
<tr>
<td><a href="link"><img src="image.gif" border="0"></a></td>
</tr>
</table>
If that isn't what you want, a better description of exactly what you want to do could help.

homer_simpson
08-02-2004, 07:10 AM
You can put an image in a table like this...
<table
<tr>
<td><a href="link"><img src="image.gif" border="0"></a></td>
</tr>
</table>
If that isn't what you want, a better description of exactly what you want to do could help.


Maybe you didn't understand the code.

Ok,how can i have a picture with a table arround it and the picture is linked that goes to http://urlname.com

I want the picture to have like the photo frame(NOT Website FRAME)
Frames that go on pictures..

Thank You!!

Shicken
08-02-2004, 11:52 AM
<table border=1 cellpadding=0 cellspacing=0 bordercolor=#FF0000>
<tr><td><a href=http://urlname.com><img src=image.jpg border=0></a></td></tr>
</table>

Something like that? (You can change the border colour if you want, I just made it red.) If not, I think it might help if you told us what your definition of a photo frame is. :)