Border Tutorial

So how do you use the borders that are on this page and may be in other pages? Simply follow the codes below!

Full Border
<table cellspacing=0 cellpadding=0> <td><img src="banner name" border=0></td> </table> <table> <td width="border width" background="border name" border=0></td> <td valign=top> *Put what you want beside the border here </td> </table>

Tiled Border
<table cellspcaing=0 cellpadding=0> <td><img src="banner name" border=0></td> </table> <table cellspacing=0 cellpadding=0> <td background="tiled border name" width="width of border"></td> <td valign=top> *Put what you want beside the border here </td></table>