I've got the following actinic code....[ediited for easy viewing]
but the bg only shows behind the text and doesn't fill the table cell - see image
Heres the css
how do i fill the table cell
Code:
<td align="left" height="20" bgcolor="Palette1"><span class="boxheading"><a href="SectionPageName" class="boxlink">SectionName" /></a></span></td>
Heres the css
.boxheading {
font-weight: bold;
text-transform: uppercase;
color: <actinic:variable name="Palette2" />;
background-color: <actinic:variable name="Palette2" />;
}
a.boxlink:link{
color: <actinic:variable name="LinkColor" />;
text-decoration:none;
}
font-weight: bold;
text-transform: uppercase;
color: <actinic:variable name="Palette2" />;
background-color: <actinic:variable name="Palette2" />;
}
a.boxlink:link{
color: <actinic:variable name="LinkColor" />;
text-decoration:none;
}
Comment