Brandonstar
MIS
I'm trying to convert this table layout to css... 
<table bordercolorlight="#000000" bordercolordark="#808080" border=1 cellpadding=0 cellspacing=0 bgcolor="#364552">
I cant seem to find the command for the bordercolordark and light.
This is what i have working so far...
.tablebg {background-color: #808080}
.headercolor {center; background-color: #353453}
Any help is appreciated!
<table bordercolorlight="#000000" bordercolordark="#808080" border=1 cellpadding=0 cellspacing=0 bgcolor="#364552">
I cant seem to find the command for the bordercolordark and light.
This is what i have working so far...
.tablebg {background-color: #808080}
.headercolor {center; background-color: #353453}
Any help is appreciated!