~~TABLE TIME~~

Simple Text Table

O BOY~~I love HTML~HELP You guys are the greatest .LOL

Code for the above:

<<>table border=8 bgcolor="tan" cellspacing=5 cellpadding=8> <<>tr><<>td> O BOY~~I love HTML~HELP You guys are the greatest .LOL <<>/tr><<>/td><<>/table>



Simple Image Table

Code for the above:

<<>table bgcolor="yellow" border="10"> <<>tr><<>td align="center"> <<>img src="knotline.gif"> <<>/tr><<>/td><<>/table>



Link Table:

To make a link table from one of the above tables, follow this example.

Code for the above:

<<>table bgcolor="yellow" border="10"> <<>tr><<>td align="center"> <<>a href="http://members.tripod.com/~lizmar_1/hhhomepage.html"> <<>img src="donotpress.gif"><<>/a> <<>/tr><<>/td><<>/table>



Below is a two Tier Table.

Place your text or image code in here.

Code for the above:

<<>table border=10 bgcolor="black"> <<>td><<>table border=10 bgcolor="red"><<>td> Place your text or image code in here. <<>center> <<>img src="donotpress.gif"> <<>/center> <<>/tr><<>/td><<>/table> <<>/tr><<>/td><<>/table>



Align things with Tables.

First column of text goes in this space. Second column of text goes in this space.

Code for the above:

<<>table cellspacing=%10 cellpadding=6> <<>tr valign=top> <<>td>First column of text goes in this space.<<>/td> <<>td>Second column of text goes in this space.<<>/td> <<>/tr><<>/td><<>/table>



This is a background table. You can also use this with a Pic.

Place text or image here.

Code for the above:

<<>table border=10 body background="BACKGR2.GIF"> <<>td><<>text=white>Place text or image here. <<>/tr><<>/td><<>/table>