Except the Garland theme does add cellpadding and cellspacing. Seems like a CSS issue but not sure where all other themes are getting the style from, must be padding:0; some where. Have commented out all style relating to tables, seems to get the style from the div. Even if I set style.css to use
td { padding:4px;}
No difference. That's using theme's style.css. Any ideas much appreciated.
td { padding:4px;}
No difference. That's using theme's style.css. Any ideas much appreciated.
Re: Cellpadding and cellspacing not working in Firefox and Opera
I commented out ..
/*table {
border-collapse: collapse;
}
/*th {
text-align: left; /* LTR */
/*padding-right: 1em; /* LTR */
/*border-bottom: 3px solid #ccc;
}
in modules/system/default.css and commented out ..
/*tbody {
border-top: 1px solid #ccc;
}
tbody th {
border-bottom: 1px solid #ccc;
}
/*thead th {
text-align: left; /* LTR */
/*padding-right: 1em; /* LTR */
/*border-bottom: 3px solid #ccc;
}
in modules/system/system.css. Has done the trick.