|
||
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 horizontally, place a ALIGN="?". Next replace the ? with the way you want the data to be aligned. You can use left, center, or right. If you want, you can align the data in a single cell, to do this, instead of placing the ALIGN="?" tag in the <TR> tag, place it in the <TD> or <TH> tag of the cell you want to align. EXAMPLE <TABLE> <TR ALIGN="left"> <TD>Eagles</TD></TR> <TABLE> Looks like this:
<TABLE> <TR ALIGN="center"> <TD>Eagles</TD></TR> <TABLE> Looks like this:
<TABLE> <TR ALIGN="right"> <TD>Eagles</TD></TR> <TABLE> Looks like this:
<TABLE> <TR> <TD ALIGN="right">Eagles</TD></TR> <TABLE> Looks like this:
Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |