elmu
08-09-2006, 08:36 AM
Hello
I'm using a Joomla CMS where a css defined for the td tag inside content_tabe is:
table.content_table td {
padding: 0px;
margin: 0px;
}
In some cases - eg. if I have a table inside the main table - I want to set padding to 10.
I made the css:
table.content_table.my_table td {
padding: 10px;
border: 3px solid #159;
}
Unfortunately it doesn't work. The border is displayed but it ignores the padding.
What should I change?
Thanks!
I'm using a Joomla CMS where a css defined for the td tag inside content_tabe is:
table.content_table td {
padding: 0px;
margin: 0px;
}
In some cases - eg. if I have a table inside the main table - I want to set padding to 10.
I made the css:
table.content_table.my_table td {
padding: 10px;
border: 3px solid #159;
}
Unfortunately it doesn't work. The border is displayed but it ignores the padding.
What should I change?
Thanks!