PichuSecretBase
November 26th, 2004, 12:20 PM
Okay Lets say I have a table and it is
<table class="contenttb"><td><td>Content!</td><td>MORE CONTENT!</td></tr></table>
and this in my CSS
.contenttb {
font-family: Verdana;
font-size: 10px;
color: #000000;
border:solid 1px #000000; }
Why does my table border only go around the edge and not between colomns and rows?
<table class="contenttb"><td><td>Content!</td><td>MORE CONTENT!</td></tr></table>
and this in my CSS
.contenttb {
font-family: Verdana;
font-size: 10px;
color: #000000;
border:solid 1px #000000; }
Why does my table border only go around the edge and not between colomns and rows?