View Single Post
  #16  
Old 06-03-2008, 12:02 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default 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 ....
Reply With Quote