TD
The TD tag contains a table cell, and is placed within the TR tags. For example:
<TR> <TD>WalkTheGeek</TD> <TD>www.WalkTheGeek.com</TD> </TR>
TD Attributes:
AXIS=" ... "
This attribute is used to define an abbreviated cell name. AXES=" ... "
This attribute will list AXIS values which pertain to that cell.
ALIGN="LEFT, RIGHT, CENTER, JUSTIFY, or CHAR"
This attribute defines how the table header will align with the edges of the table cells.
CHAR=" ... "
This attribute is used to define the character upon which the contents of the cell, or column, will align.
CHAROFF="n"
This attribute defines the number of characters, measured from the left hand side of the cell or column, upon which the cell contents will align.
CLASS=" ... "
This attribute indicates the style 'class' applicable to the tag to which it has been assigned, the style 'class' being a function of a style sheet. For example, assume the style class 'relaxed' includes text with a font size of 8, and the style class 'active' includes text with a font size of 12. Using the CLASS="relaxed" attribute with a tag will cause the text within that tag to be displayed with a font size of 8. Using the CLASS="active" attribute with a tag will cause the text within that tag to be displayed with a font size of 12.
COLSPAN="n"
This attribute specifies that the data of the cell will apply to more than one column.
BACKGROUND="URL"
This attribute defines the absolute or relative location (URL) of the back ground image to be used.
BGCOLOR="#RRGGBB" or a color in quotes, such as "RED", "BLUE" or "YELLOW"
This attribute sets the color of the element to which it was invoked, this case being the background color of the table cell. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value.
BORDERCOLOR="#RRGGBB" or a color in quotes, such as "RED, "BLUE" or "YELLOW"
This attribute sets the color of the element to which it was invoked, this case being the bordercolor of the table cell. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value.
BORDERCOLORDARK="#RRGGBB" or a color inquotes, such as "RED", "BLUE" or "YELLOW"
This attribute sets the color of the element to which it was invoked, this case being the darker of the two colors used to create the raised '3D' effect of the border around the cells of the table. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value.
BORDERCOLORLIGHT="#RRGGBB" or color in quotes, such as "RED", "BLUE" or "YELLOW"
This attribute sets the color of the element to which it was invoked, this case being the lighter of the two colors used to create the raised '3D' effect of the border around the cells of the table. It can be applied to anything that can be colored, such as text, borders, or backgrounds. The color can be defined using a proper color name such as "RED" or with an #RGB (Red-Green-Blue) value.
ID="n"
The ID attribute is used to assign a unique ID selector (identification) to the tag in which it is invoked. A style may be assigned to that ID, which will effect only that one instance of the attribute.
NOWRAP
This attribute is used to disable the word wrapping feature within the cell.
ROWSPAN="n"
This attribute will indicate that a table cell will occupy more than one row of the table.
STYLE=" ... "
Used to specify which style sheet commands to apply to the instance of the STYLE attribute invoked within the tag.
TITLE=" ... "
The TITLE attribute is used to display a note or information in a popup window pertaining to the object to which it was assigned. The popup window is invoked by holding the mouse pointer over the object.
VALIGN="TOP, MIDDLE, BOTTOM, or BASELINE"
This attribute specifies the vertical alignment of the of the contents of the cell.
This tag also accepts the following Event Handlers: onAfterUpdate
onBeforeUpdate
onBlur
onClick
onDblClick
onDragStart
onFocus
onHelp
onMouseDown
onMouseUp
onMouseOver
onMouseMove
onMouseOut
onKeyPress
onKeyDown
onKeyUp
onResize
onRowEnter
onRowExit
onScroll
onSelectStart