View Full Version : Image Position


glitteries
04-09-2005, 05:21 PM
I'm working on a website, and I've got all my graphics and everything made. I wanted a table, so I made one. But I can't remember the HTML code that positions the image url either to the left or right of the table. It's like <img src="imgurlhere">position=right</a> or something. Can anyone help me out?

starlet
04-09-2005, 05:25 PM
<img src="image.gif" align="left/right">

glitteries
04-09-2005, 05:28 PM
Thank you so much. ^^