Code:
<img src="IMAGE HERE"></img>

Description:
Change the height and width of your image
Code:
<img src="IMAGE HERE" width="WIDTH HERE" height="HEIGHT HERE"></img>
TABLES
Description:
A beautiful and colorful table that will definately attract your "customers".
Code:
<table border=1 bordercolor=COLOR HERE bgcolor=BACKGROUND COLOR>
<tr>
<td>
TEXT/IMAGE HERE
</td>
<td>
TEXT/IMAGE HERE
</td>
</tr>
</table>
HR Lines
Description:
The HR Line (as what I call it) above has a color and width to it. While the ones you see that are gray have neither. (all u have to put for the plain HR Lines are <hr>)
Code:
<hr width=WIDTH HERE color=COLOR HERE>
Links
This is NOT an active link!
Description:
This code is to let your viewers look at another page.
Code:
<a href="LINK">WHAT U WANT DA LINK 2 SAY HERE</a>