Basic Table
| Text goes here |
| Text goes here |
Extras for <table> tag
You can place the following codes in the table tag.
bgcolor=COLOR
background=IMAGE URL
border=NUMBER
bordercolor=COLOR
cellpadding=NUMBER
cellspacing=NUMBER
Example:
| text goes here | TEXT | |||
| Text | |
Rowspan is code that determines how many rows to span.
| Text | |
Column spans
Colspan is code that determines how many columns to span.
No Outside Border
| text | text |
| text | text |
| text | text |
| text | text |
No Side Borders
| text | text |
| text | text |
No Top/Bottom Border
| text | text |
| text | text |
| text | text |
| text | text |
No inside borders
| text | text |
| text | text |
| text | text |
| text | text |
Only Column Borders
| text | text |
| text | text |
| text | text |
| text | text |
Only Row Borders
| text | text |
| text | text |
| text | text |
| text | text |
Table Examples
| |
||||
| |
||||
| Text |
| Text |
| Text |
| Text |
| Text |
| Text |
rules=rows>
rules=rows>
height=90>
height=90>
Table within a table
|
| The cell next to this one has a smaller table inside of it, a table inside a table. |
|
| The cell next to this one has a smaller table inside of it, a table inside a table. |
Table Header
Sets off the table header (a normal cell with bold, centered text)
Table Cell Alignment
Sets alignment for cell(s) (left, center, or right)
Sets vertical alignment for cell(s) (top, middle, or bottom)
Nowrap
Prevents the lines within a cell from being broken to fit
