Re: Footer at Bottom of page
And where the text below footer?
........
<td class="BottomRow">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="HeadThinLine"><img src="/vitainteriors/skin1/images/spacer.gif" class="Spc" alt="" /></td>
</tr>
<tr>
</table>
</td>
</tr>
</table>
<td>
</td></tr>
......
There are errors in the HTML code of your page.
No close tag <table>, open tags <tr> without next <td> and ....
|