Now that we know how to use line breaks and spaces to move images, we can combine both techniques.
Sample code:
<td align="left" valign="top">
<br><br><br>
<img src="images/sailboat.gif">
</td>
|
To move an image to the left, add some spaces after your image tag.
Sample code:
<td align="right" valign="bottom">
<img src="images/sailboat.gif">
<br><br><br>
</td>
|
Use breaks and spaces to position an image in a table cell. Post your table.
As always, questions and comments are welcome.
Happy tabling,
Gnubee