Forum Moderators: not2easy
okay this is how I have it now which adds borders to all tables left and right.
table {
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}
[digitaltoile.com...]
I want just around the center table left and right
Thanks
Derawyn
table#1 {
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}
table#2 {
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}
table#3 {
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}
table#1 {
border-left: 0px solid #ffffff;
border-right: 0px solid #ffffff;
}
did the trick.
Thanks for the reply
Derawyn