| SYNTAX |
VARIABLE |
DESCRIPTION |
| border="" |
Number 0 > ~ |
Sets the width of the tables` outer border. If 0 is entered the table border is not visable. |
| bordercolor="" |
HEX colours or named colour ie:#99CCFF or NAVY |
Sets the colour of the border. |
| bordercolordark="" |
HEX colours or named colour ie:#99CCFF or NAVY |
Sets the colour of the dark sides of the table border. |
| bordercolorlight="" |
HEX colours or named colour ie:#99CCFF or NAVY |
Sets the colour of the light sides of the table border. |
| bgcolor="" |
HEX colours or named colour ie:#99CCFF or NAVY |
Sets the background colour of the table or table section. |
| background="" |
Image File ie: bitmap(BMP), jpg or gif |
This allows you to use a tiled image for a background on the table. |
| width="" |
Number 0 > ~ or Percentage 0% > ~% Table can be made wider then the page width. |
This sets the table width to a number of pixels or a percentage of screen width. Note: If the objects in the table are bigger then your pixel or percentage setting they will increase the size of the table to fit. |
| height="" |
Number 0 > ~ or Percentage 0% > ~% Table can be made as long as needed. |
This sets the table height to a number of pixels or a percentage of screen height. Note: If the objects in the table are bigger then your pixel or percentage setting they will increase the size of the table to fit. |
| cellspacing="" |
Number 0 > ~ |
Cellspacing is the distance between the blocks of the table. |
| cellpadding="" |
Number 0 > ~ |
Cellspacing is the distance between an object in the table and the edge of the border.. |
| align="" |
left, right, middle |
Aligns the table |
| rowspan="" |
Number 1 to # of rows |
Creates a row in the table which spans across x number of columns. |
| colspan="" |
Number 1 to # of colums |
Creates a column in the table which spans down x number of rows. |
| valign="" |
top, middle, bottom |
Verticaly aligns objects within the table. |