I am having trouble working out how to change my table and cell border in css. I have a plain 3 x 3 table. The borders are to look like those found here:
http://www.wayn.com
What do I put in my style sheet for that?
Thanks,
Jon
| SitePoint Sponsor |




I am having trouble working out how to change my table and cell border in css. I have a plain 3 x 3 table. The borders are to look like those found here:
http://www.wayn.com
What do I put in my style sheet for that?
Thanks,
Jon


Code:table {border-collapse:collapse} td,th {border:solid #67b8e4; border-width:1px 0}
Birnam wood is come to Dunsinane




That's it! Thanks.![]()
Bookmarks