Table Borders |
Table Borders |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 99 Joined: Sep 2006 Member No: 464,312 ![]() |
Does anyone know of a code that will give the tables just one border around the entire table instead of borders around each section?
LIKE THIS ![]() NOT LIKE THIS ![]() Thanks! |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
whatever code you're using for table borders, replace it with this:
CODE table, tr, td, table table table table { border:none; }
table table table { border-color:######; border-style:solid; border-width:1px; } |
|
|
![]() ![]() |