I have a table and would like to control inner and outer borders of this style: border: 3px double #000000
What would the css be to do inner and outer borders, I think that by using
.border {
border-bottom: 3px double #000000
border-top: 3px double #000000
border-left: 3px double #000000
border-right: 3px double #000000
}
is a bit much per td cell, there has to be a different way, and probably better.
I am not understanding what do you mean by inner, outer borders? do you want table and td borders to be different? if its that so try this
If you want the same border for entire
tableincludingtd, somewhat likeborder="1"than try this