Hi i've made a gif image, that i would like to have on the side of my page, making it a side border type thing. The problem is i dont' know how to put text on top the image using html. I know you must make a table but it dosn't seem to work. My text still arn't ontop of the image. If anyone can help that would be great.
HTML Code:
<html>
<TABLE BORDER="0" CELLSPACING="5" CELLPADDING="5">
<td align="left"><img src="sidepanel.gif"></td>
<TD ALIGN="left" WIDTH="160">Hello</td>
<TD ALIGN="right" WIDTH="600">bob</td>
</TABLE>
</html>
Bookmarks