OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Table Border
This page's ID:
10759
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
You might want that outer table to have a cellpadding of 2 if you want a border around the table also. Here's the CSS way to do this: table { border: 2px solid black; } Or, if you also want borders around each individual cell: table { border: 1px solid black; } td { border: 1px solid black; } Since the table cells are adjacent to each other and the edge of the table, all the 1px borders will be right next to each other (if cellspacing=0, or the CSS equivalent, whatever that may be), looking like 2px borders.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »