Does anyone know how to apply cellspacing and cellpadding in css? I'm transitioning a site to xhtml strict and I can't figure out a css attribute for tables that can do this. Can anyone help? It's the last piece of the puzzle.
Printable View
Does anyone know how to apply cellspacing and cellpadding in css? I'm transitioning a site to xhtml strict and I can't figure out a css attribute for tables that can do this. Can anyone help? It's the last piece of the puzzle.
You mean:
padding-left {}
padding-right {}
padding-top {}
padding-bottom {}
?
But If I'm correct, Netscape 4 doens't support it, or has buggy support.
This site will help you determine compatibility of CSS in both NS + IE :
http://www.webcoder.com/reference/1/index.html