Hi.
I'm almost done with my newest site, http://billigt-mobilabonnement.dk
but I've run into a strange problem.
The first 4 tables on my frontpage with pretty much similar content, and I applied the same CSS on the 4 tables, but for some reason they don't look the some.
I only applied CSS to 2 things, 'thead' and 'td' :
.wp-table-reloaded-id-9 thead, .wp-table-reloaded-id-10 thead, .wp-table-reloaded-id-11 thead, .wp-table-reloaded-id-12 thead
{
background-color:#000000;
font-size:13px;
}
.wp-table-reloaded-id-9 td, .wp-table-reloaded-id-10 td, .wp-table-reloaded-id-11 td, .wp-table-reloaded-id-12 td
{
font-size: 15px;
}
Can anyone please tell me what's wrong ??