Is there a way to make this one not affected by the cell padding on the rest of the site?
Also, if you look at the top where the header is, the line there extends all the way to the end.
Someone suggested that I put the spacer close before the footer, think it'd work?
In case it helps, here is my footer code to evaluate.
Code:
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td class="alt1" style="border-top: 1px solid $stylevar[tborder_bgcolor]; border-bottom: 1px solid $stylevar[tborder_bgcolor];">
<div class="smallfont" align="center"><em>"$randomquote[quote]"</em> - <strong>$randomquote[author]</strong></div>
</td>
</tr>
</tbody></table>