Positioning, Part 4

Horizontal & Vertical Placement Together

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>
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="images/sailboat.gif">
</td>




     sailboat



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">
&nbsp;&nbsp;&nbsp;&nbsp;
<br><br><br>
</td>

sailboat     



Table Lab

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

Table Talk

Positioning, Part 4