Hello everyone!
I am using CSS to define the style of HTML table...but I can't figure out how could I write cellspacing="1" in CSS.
Here is the CSS code:
Thanks!!Code:table table {border:1px solid #9ACC99; margin-left:10px; margin-right:10px; cell-spacing:1px; } table table td { border:1px solid #9ACC99; padding:3px; font-family:verdana; background-color:#EEF9F3; } table table th { padding:3px; background-color: #9ACC99; text-align:center; cursor:default; border:1px ridge #EEF9F3; font-family:verdana; }






Bookmarks