Site hosted by Angelfire.com: Build your free website today!

To make a link

<a href="http://www.YourUrl.Com">http://www.YourUrl.Com</a>

Positioning

<p>Left</p>

<p align="center">Center</p>

<p align="right">Right</p>

Imaging

<p><img src="IMAGENAME.jpg" width="145" height="111" alt="IMAGENAMEe.jpg (22331 bytes)"></p>

Image positioning

<p>Choose the alignment you want <strong><u>in the code</u></strong></p>

<p><img src="IMAGENAME.jpg" width="145" height="111"
alt="IMAGENAME.jpg (22331 bytes)"> left</p>

<p align="center"><img src="IMAGENAME.jpg" width="145"
height="111" alt="IMAGENAME.jpg (22331 bytes)">center</p>

<p align="right"><img src="IMAGENAME.jpg" width="145"
height="111" alt="IMAGENAME.jpg (22331 bytes)">right</p>

<p align="right">&nbsp;</p>

3 celled table

<p align="center">&nbsp;</p>
<div align="center"><center>

<table border="1" width="646" height="361" cellspacing="0" cellpadding="0">
<tr>
<td width="89" height="361">content</td>
<td width="448" height="361"><p align="center">content</td>
<td width="91" height="361">content</td>
</tr>
</table>
</center></div>

More to come soon..........