View Single Post
  #9  
Old 02-21-2008, 09:05 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: moving search bar

It may look fine but something is wrong somewhere.

From viewing your source and half-way down, this is what is corrupting it (a HTML comment from me shows the problem below)...

<table cellpadding="0" cellspacing="0" width="100%">
<tr>
</td> <!---<<<<<<< The problem is here, a closing </TD> tag with no beginning/open <TD> tag! -->
<td class="HeadLine" align="right">&nbsp;

</td>

</tr>
<tr>
<td colspan="2">
</td>
</tr>
</table><!-- main area -->


Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote