| .:
Table Attributes:. |
| <table border=#> |
| Sets width of border around table cells |
| <table cellspacing=#> |
| Sets amount of space between table cells |
| <table cellpadding=#> |
| Sets amount of space between a cell's border and its contents |
| <table width=# or %> |
| Sets width of table � in pixels or as a percentage of document width |
| <tr align=?> or <td align=?> |
| Sets alignment for cells left, center, or right |
| <tr valign=?> or <td valign=?> |
| Sets vertical alignment for cells top, middle, or bottom |
| <td colspan=#> |
| Sets number of columns a cell should span |
| <td rowspan=#> |
| Sets number of rows a cell should span |
| <td nowrap> |
| Prevents the lines within a cell from being broken to fit |