Wondermaraful
One of the largest help sites in Marapets

This site is property of S. Aj White of LBL Services Canada. © 1993-2007


 
My Awards

This is part of my site that shows the awards I've recieved over the last 2 years :D enjoy

Thanks Alice.




Tables
To make a table you have to start with this tag
<table>
then you can go from there to make a row add this tag (rows are up and down)
<tr>
to make a cloumn use this Tag (columns are across)
<td>
after you make a column you need to close it with this tag:
</tr>
you can add backgrounds, borders (with or without colors) and even pad each 'cell' for each row and column.
when you finish each table you have to add the tag:
</table>
to the end
here are some examples: TABLES