Introduction
Text
Formatting
Links
Lists
Images
Tables
Introduction to Tables
Table Attributes
TR Attributes
TD Attributes
Example
Frames
Forms
Conclusion


TR Tag Attributes
These attributes will help you further customize your table and will override the ones set in the table tag.

BGCOLOR
This attribute is like the one set in the table only it will define the background color for the row only and not the entire table.

<TR BGCOLOR="00FF00">

ALIGN
The align attribute for the table row is different from the table align attribute, this aligns the content in the row with respect to the table. The values are: left, right and center. Left is the default.

<TR ALIGN="right">

VALIGN
This is the vertical alignment attribute. It defines the vertical alignment of the content within the row. The values for this attribute are: top, middle, bottom, and baseline. The default setting is middle.

<TR VALIGN="top">

back  next

© Copyright 2000-2002 by Pepmint.com. All Rights Reserved

Search Pepmint.com

home :: tutorial :: portfolio :: links :: hammies :: guestbook :: contact