please dont rip this site
previous | start | next


TABLE

<TABLE
ALIGN=LEFT|CENTER|RIGHT|BLEEDLEFT| BLEEDRIGHT|JUSTIFY
BACKGROUND=url
BGCOLOR=color
BORDER=n
BORDERCOLOR=color
BORDERCOLORDARK=color
BORDERCOLORLIGHT=color
CELLPADDING=n
CELLSPACING=n
CLASS=type
CLEAR=LEFT|RIGHT|ALL|NO
COLS=n
FRAME=frame-type
ID=value
NOWRAP
RULES=rule-type
STYLE=css1 properties
VALIGN=TOP|MIDDLE|BOTTOM|BASELINE
WIDTH=n>
</TABLE>

Defines a table. Use the TR, TD, and TH elements in the container to create the rows, columns, and cells. The end-tag is required.

The optional THEAD, TBODY, TFOOT, COLGROUP, and COL elements can be used to organize a table and apply attributes across columns and groups of columns.

ALIGN=LEFT|CENTER|RIGHT|BLEEDLEFT|BLEEDRIGHT|JUSTIFY
Specifies the table alignment. The default is LEFT.
LEFT The table is left-aligned.
CENTER The table is centered on the page.
RIGHT The table is right-aligned. If the table is less than the width of the window, text following the table wraps along the left side of the table.
BLEEDLEFT The table bleeds over the margin into the left side of the document.
BLEEDRIGHT The table bleeds over the margin into the right side of the document.
JUSTIFY The table fits the left and right margin definitions.
BACKGROUND=url
Specifies a background picture. The picture is tiled behind the text and graphics in the table, table head, or table cell.
BGCOLOR=color
Sets background color. The color is either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
BORDER=n
Sets the size, in pixels, of the table border. The default is zero.
BORDERCOLOR=color
Sets border color. Must be used with the BORDER= attribute. The color is either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
BORDERCOLORDARK=color
Sets independent border color control over one of the two colors used to draw a 3-D border, opposite of BORDERCOLORLIGHT=. Must be used with the BORDER= attribute. The color is either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
BORDERCOLORLIGHT=color
Sets independent border color control over one of the two colors used to draw a 3-D border, opposite of BORDERCOLORDARK=. Must be used with the BORDER= attribute. The color is either a hexadecimal, red-green-blue color value or a predefined color name. See Color.
CELLPADDING=n
Sets the amount of space, in pixels, between the sides of a cell and its contents.
CELLSPACING=n
Sets the amount of space, in pixels, between the frame (exterior) of the table and the cells in the table.
CLEAR=NO|LEFT|RIGHT|ALL
Formats text following the table. The default is NO.
NO Text appears immediately after the table.
LEFT Text appears as the first left-aligned line after the table.
RIGHT Text appears as the first right-aligned line after the table.
ALL
CLASS=type
Indicates the class to which the element belongs.
COLS=n
Sets the number of columns in the table. If given, this attribute may speed up processing of tables, especially lengthy ones.
FRAME=frame-type
Specifies which sides of a frame (outer borders) are displayed. The frame-type can be one of these values:
BORDER Displays a border on all sides of the table frame. This is the default.
VOID Removes all outside table borders.
ABOVE Displays a border on the top side of the table frame.
BELOW Displays a border on the bottom side of the table frame.
HSIDES Displays a border on the top and bottom sides of the table frame.
LHS Displays a border on the left-hand side of the table frame.
RHS Displays a border on the right-hand side of the table frame.
VSIDES Displays a border on the left and right sides of the table frame.
BOX Displays a border on all sides of the table frame.
ID=value
Specifies a unique value for the element over the document.
NOWRAP Keeps table rows from wrapping if they extend beyond the right margin.
RULES=rule-type
Specifies which dividing lines (inner borders) are displayed. The rule-type can be one of these values:
NONE Removes all interior table borders. This is the default.
GROUPS Displays horizontal borders between all table groups. Groups are specified by the THEAD, TBODY, TFOOT, and COLGROUP elements.
ROWS Displays horizontal borders between all table rows.
COLS Displays vertical borders between all table columns.
ALL Displays a border on all rows and columns.
STYLE=css1 properties
Specifies style information.
VALIGN=TOP|MIDDLE|BOTTOM|BASELINE
Specifies the vertical table alignment. The default is TOP.
TOP The table is aligned at the top.
MIDDLE The table is vertically aligned at the middle.
BOTTOM The table is vertically aligned with the bottom.
BASELINE The table is aligned with the text baseline.
WIDTH=n
Sets the width of the table in pixels or as a percentage of the window. To set a percentage, the n must end with a percent sign (%).

Example

<TABLE BORDER=1 WIDTH=80%>
<THEAD>
<TR>
    <TH>Heading 1</TH>
    <TH>Heading 2</TH>
</TR>
<TBODY>
<TR>
    <TD>Row 1, Column 1 text.</TD>
    <TD>Row 1, Column 2 text.</TD>
</TR>
<TR>
    <TD>Row 2, Column 1 text.</TD>
    <TD>Row 2, Column 2 text.</TD>
</TR>
</TABLE>



previous | start | next

file: /Techref/language/html/r020/slide72.htm, 14KB, , updated: 2005/1/6 15:56, local time: 2024/3/28 17:10,
TOP NEW HELP FIND: 
3.92.96.247:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/language/html/r020/slide72.htm"> HTML Reference</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .