|
||
CATEGORIES Home Getting Started HTML Cheat Sheet Webmaster Tools HTML Help Forum Color Codes Link to us |
||||
How to do it You can add a border to your table easily. Simply place a BORDER="?" tag in your <TABLE> tag, replacing the ? with the thickness you want your border to be in pixels. Your code should look something like this: <TABLE BORDER="?"> <TR> <TH>Team</TH></TR> <TR> <TD>Eagles</TD></TR> <TR> <TD>Jets</TD></TR> <TR> <TD>Little Giants</TD></TR> </TABLE> EXAMPLE Border thickness of 1.
Border thickness of 6.
Border thickness of 10.
Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |