|
||
CATEGORIES Home Getting Started HTML Cheat Sheet Webmaster Tools HTML Help Forum Color Codes Link to us |
||||
How to do it In the <TR> tag of the row containing the data that you want aligned vertically, place a VALIGN="?". Next replace the ? with the way you want the data to be aligned. You can use top, middle, or bottom. If you want, you can align the data in a single cell, to do this, instead of placing the VALIGN="?" tag in the <TR> tag, place it in the <TD> or <TH> tag of the cell you want to align. EXAMPLE <TABLE> <TR VALIGN="top"> <TD>Eagles</TD></TR> <TABLE> Looks like this:
<TABLE> <TR VALIGN="middle"> <TD>Eagles</TD></TR> <TABLE> Looks like this:
<TABLE> <TR VALIGN="bottom"> <TD>Eagles</TD></TR> <TABLE> Looks like this:
<TABLE> <TR> <TD VALIGN="top">Eagles</TD></TR> <TABLE> Looks like this:
Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |