Doh I added a Google adsense search box to the sidebar, I was very pleased as my programing knowledge is limited, it worked well and looked pretty good.
The only thing is now I have just noticed that my footer is no longer a footer it now appears in my sidebar. if you go to my site it is listed at the bottom of the sidebar.
here is the code for my adsense search is it likely to be anything in there that has caused the problem.
my blog is www.runescapeblog.co.uk.
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom" target="google_window">
<table border="0" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<br/>
<input type="hidden" name="domains" value="www.runescapeblog.co.uk"></input>
<label for="sbi" style="display: none">Enter your search terms</label>
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
</td></tr>
<tr>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.runescapeblog.co.uk" id="ss1"></input>
<label for="ss1" title="Search www.runescapeblog.co.uk"><font size="-1" color="#000000">Runescapeblog</font></label></td>
</tr>
</table>
<label for="sbb" style="display: none">Submit search form</label>
<input type="submit" name="sa" value="Search" id="sbb"></input>
<input type="hidden" name="client" value="pub-5231532952474869"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="2712870794"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="safe" value="active"></input>
<input type="hidden" name="flav" value="0000"></input>
<input type="hidden" name="sig" value="gXqZ2-7xtH2skbTk"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#000033;VLC:663399;AH:center;BGC:FFFFFF;LBGC:C3D9FF;ALC:341473;LC:341473;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:192;L:http://www.mfll.co.uk/images/mfll_trans.gif;S:http://www.mflshop.co.uk/images/logo.gif;FORID:1"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
Please help.
Moved from general support to skins forum
I checked the source of your blog and found one ore two errors.
If you open the _main.php file of your skin (custom) check the part at the bottom.
1) You should close the <p> tag after:
by putting a </p> before </div>. This is correct:
To solve your error try one of these:
a) insert a </div> before <div id="pageFooter"> so these lines look like:
b) remove one of the </div> 's at the very bottom. There are two now, ther should be one only.
Good luck