![]() |
quick css question
I know cellpadding="0" is padding: 0px in CSS
what is the equivalent of cellspacing="0" in CSS? |
I think you'd be looking at a margin.. Check some tutorial type places and I think thats what'll do it for you.
|
http://www.w3schools.com/css/css_reference.asp
You're going to need to use padding instead of cellspacing to get the same effect i believe. |
You are better off leaving cellspacing in html.
You could use border-collapse: collapse, but it can be unreliable. |
Quote:
|
Here is the code I use to style tables:
Code:
table { |
All times are GMT -7. The time now is 05:41 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123