About Us The Basics Text & Fonts Pictures Links Tables Frames Miscellaneous


Some people might see that they can't seem to format their page in a way they might like. Most people use tables for this. <table> This is the code for a table.

Attirbutes of the < table > tag:

border="#" Allows you to set the size of the border.
cellspacing="#" Allows you to set the distance of the border around the cell.
cellpadding="#" Allows you to set the distance around the cell on the inside.
bordercolor=#****** Allows you to set the color of the border. The stars represent the hexidecimal color code.
bgcolor=#****** Allows you to set the color of the background of the table. The stars represent the hexidecimal color code.
background="URLofPICTURE" Allows you to set the background image of the table.
align="center|left|right" Allows yout to set the alignment of each cell of the table.
bordercolordark=#****** Allows you to set the 3d effects of the darkside of the border of the table(bottom and right). The The stars represent the hexidecimal color code.
bordercolorlight=#****** Allows you to set the 3d effects of the lightside of the border of the table (top and left). The stars represent the hexidecimal color code.
cols="#,#" Allows you to set the size of the columns in pixels. The commas tells you how many columns there are.
rows="#,#" Allows you to set the size of the rows in pixels. The commas tells you how many columns there are.
height="#" Allows you to set the height of the table.
width="#" Allows you to set the width of the table.
<tr> Allows you to start a row. <td> Allows you to start a cell.

Attributes of the < td > tag:

height="#" Allows you to set the height of the cell.
width="#" Allows you to set the width of the cell.

Examples:

Look at the heading on my page. It is a table. I have made a table inside a table to make what I needed.


[About Us | The Basics | Text & Fonts | Pictures | Links | Tables | Frames | Miscellaneous]