-+table+-

OK, let's start with the basics, these are the things that made up da big table layouts ^.^
Table border size
<table border=1-10>
Table border colors
<table bordercolor=COLOR>
Table background color
<table bgcolor=COLOR>
Table background
<table background=URL OF BACKGROUND>
Begins/ends columns
<td>and</td>
Begins/ends rows
<tr>and</tr>
Ends table
</table>
  • Table with one border color
    Blah blah
    <table border=number bordercolor=color><td>text</table>
  • Table with two colums
    Blah
    Blah
    <table border=number><tr><td bgcolor=color><font color=color>text<tr><td bgcolor=color><font color=color>text</table>
  • Table with four colums
    Myname
    is Catherine
    <table border=number><td bgcolor=color><font color=color>text <td bgcolor=color><font color=color>text <tr><td bgcolor=color><font color=color>text <td bgcolor=color><font color=color>text</table>
  • Table with two bordercolors and two colums
    BlahBlah
    <table border=number bordercolorlight=color bordercolordark=color> <td bgcolor=color>text<td bgcolor=color>text</table>
  • Another table with two border colors
    Blah blah
    <table border=number bordercolor=color cellspacing=number> <td><table border=number bordercolor=color cellspacing=number><table border=number bordercolor=color><td>text</table></table>
  • Table with gradient border colors
    Blah blah
    <table border=number bordercolorlight=color bordercolordark=color><td>text</table>
  • Table with URL background
    Blah blah
    <br><table border=4 background="URL OF BACKGROUND"><tr><td> <font color="COLOR">text</tr></td></table><br>
  • Table with lots of borders
    Blah blah
    <table border=8 bordercolor=COLOR><tr><td><table border=6 bordercolor=COLOR><tr><td> <table border=4 bordercolor=COLOR bgcolor=COLOR><tr><td>TEXT</table></table></table>