cell borders
cell borders
Out of context: Reply #12
- Started
- Last post
- 16 Responses
- kpl0
write it all out instead of using the border shortcut.
ie
border-color: black;
border-style: solid;
border-width: 1px;etc.
(check to make sure those are the right css properties, I just pulled them out my ass)