Ok if you were able to work with html codes then your halfway there.
You see,Table codes are like Html codes in many ways.

<TABLE>
is like an opening tag telling your browser what type of code it's reading in the document sort of like an opening <HTML> tag.

<TD> = <BODY>
is like the opening body tag getting your browser to start reading the contents in the document.

<TR>
tables are made up row by row and this is the information telling your browser that this is the begining of a row.....kinda a relative to the <BR> line break which starts the next row of text.

</TR>
is the closing row tag telling the browser this is the end of this row....there are arguments if you need them or not and i have made tables with them and without.but for the sake of argument we will use them.

</TD>
would be the closing tag like as a closing <BODY> tag.

</TABLE>
is just like the closing <HTML> tag.

You might of heard a term that gotcha scratching your head and that is a cell
FREEZE YOUR UNDER ARREST!!
No just kidding <evil grin> it's not a jail cell it's a table cell.
FREEZE TABLE YOUR UNDER ARREST.....judge chair is a hangin judge in these parts.
Ok ill get serious and tell you.

Here is a simple table code....
<table>
<tr>
<td>
CELL
</td>
</tr>
</table>



This is what the table should look like useing the above code....i added a background color so you can see the table.
We will show you this next.

CELL


Did you catch the hint about what a table cell looks like...huh....did ya?
Ok here is what the cell looks like... <TD> </TD>.
Kind of a sorry looking cell huh?
Wouldn't hold a crazed grasshopper.LOL



Ok are we ready to give it a try?
GET BACK HERE AND SIT DOWN!
Sheesh....get a little long winded and everyone runs away everytime.





Page 2

Page 3

Page 4

Page 5

MrSands Place