PichuSecretBase
Web Site Critique
- 2,775
- Posts
- 21
- Years
- Age 33
- Michigan
- Seen Sep 18, 2006
Okay Lets say I have a table and it is
and this in my CSS
Why does my table border only go around the edge and not between colomns and rows?
Code:
<table class="contenttb"><td><td>Content!</td><td>MORE CONTENT!</td></tr></table>
Code:
.contenttb {
font-family: Verdana;
font-size: 10px;
color: #000000;
border:solid 1px #000000; }