yeah, its not taking. here's exactly what i have.
this table in rectangle_bottom.tpl:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="new_footer"></td>
</tr>
</table>
and i've added this to my CSS:
Code:
TD.new_footer {
background: url(images/footer.jpg);
}
footer.jpg is sitting in my skin1/images folder. this all looks fine, but i am not seeing the image.