Do you mean I have to copy this:
Code:
table.moduletable {
width: 100%;
margin-bottom: 5px;
padding: 0px;
border-spacing: 0px;
border-collapse: collapse;
}
table.moduletable th {
background: url('file:///D:/My%20Documents/My%20Web%20Sites/MamboV4[1].5.1b-Stable/Release/templates/rhuk_solarflare/images/subhead_bg.png') repeat-x;
color: #666666;
text-align: left;
padding-top: 4px;
padding-left: 4px;
height: 21px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase
}
table.moduletable td {
font-size: 11px;
padding: 0px;
margin: 0px;
font-weight: normal; in the file file and make it this, but then with editted values?
Code:
table.moduletable-phpbb {
width: 100%;
margin-bottom: 5px;
padding: 0px;
border-spacing: 0px;
border-collapse: collapse;
}
table.moduletable-phpbb th {
background: url repeat-x;
color: #666666;
text-align: left;
padding-top: 4px;
padding-left: 4px;
height: 21px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
}
table.moduletable-phpbb td {
font-size: 11px;
padding: 0px;
margin: 0px;
font-weight: normal;
} I cant try it though as the "Module Class Suffix" shown at your place it's even present at mine. It just doesn't exist..
