Site hosted by Angelfire.com: Build your free website today!
Tables


Define Table
-This tage is to begin and end a table
<TABLE></TABLE>
All these tags should all be in the main Table tag see final example


Table Alignment
-Tells your table to place itself on the left, right or center.
<TABLE ALIGN=left|center|right> Table Border
-With this tag you can choose the size of your tables border.
<TABLE BORDER=?> Cell Spacing
-Cellspacing attribute indicates the amount of spacing between cells.
<TABLE CELLSPACING=?> Cell Padding
-Cellpadding is similer to Cellspacing, it tells your browser to leave a little space inside you cell.
<TABLE CELLPADDING=?> Desired Width
-This attribute specifies the width of your table.
<TABLE WIDTH=?> Width Percent
-You can also use a percentage instead of a number for the width of your table.
<TABLE WIDTH=%> Table Height
-Specifies your tables height.
<TABLE HEIGHT=?> Table Color
-This leave you the choice of your tables color. See Color Chart.
<TABLE COLOR="#******"> Border Color
- With this tag you can choose the color of your border. See Color Chart.
<TABLE BORDERCOLOR="#******"> Table Background
- You can use a specific image for your tables background.
<TABLE BACKGROUND="url.gif"> Caption
- This tag should be right after your TABLE tag, it specifies the title of your table.
<CAPTION></CAPTION> Table Row
-To begin and to end a new row.
<TR></TR> Table Data
-To begin and to end a new cell
<TD></TD> Alignment 1
-Identifies where you want to align your row.
<TR ALIGN=left|center|right> Valign 1
-Specifies your text direction.
<TR VALIGN=top|middle|bottom> Alignment 2
-Specifies where you want to align your cell.
<TD ALIGN=left|center|right> Desired Width 1
-Specifies the width of your cell.
<TD WIDTH=?> Width Percent
-Same thing as Desired Width 1 exept you use percentage instead of using pixel.
<TD WIDTH=%> Cell Color 1
-Determines the color of one cell. See color chart
<TD BGCOLOR="#******"> Rowspan 1
-This tag is to spread one cell into numerous cells
<TD ROWSPAN=?> Colspan
-This tag is to spread your cell into numerous colones. See Example
<TD COLSPAN=?> Desired Height 1
- Specifies your table data's height.
<TD HEIGHT=?> Valign 2
- Specifies your text direction.
<TD VALIGN=top|middle|bottom> Header Cell
-This attribute can replace the TD attribute the only difference is that the TH attribute displays your text in bold and centered depending your browser.
<TH><TH> Alignment 3
-Same as Alignment 2,
<TH ALIGN=left|center|right> Desired Width 2
-Specifies the width of your header
<TH WIDTH=?> Width Percent 2
-Specifies y our width in percentage insteat of in pixel.
<TH WIDTH=%> Desired Height 1
-Specifies your table header's height
<TH HEIGHT=?> Cell Color 2
-Specifies the color of your header. See color chart
<TH BGCOLOR="#******"> Rowspan 2
-This tag is to spread one cell to fit numerous cells.
<TH ROWSPAN="?"> Colspan
-This tag is to spread your cell into numerous colones.
<TD COLSPAN=?> Valign 3
-Specifies your text direction
<TH VALIGN=top|middle|bottom>



Basic | Presentation | Structure | List | Background | Tables | Images | Links | Forms | Frames| Special Characters | Color Chart | Contact Me |