Recent Topics

1 Jan 23, 2007 16:41    

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

2 Jan 23, 2007 17:06

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:

<p class="center">
Jagex and RuneScape are registered trademarks of Jagex Limited

</div>


by putting a </p> before </div>. This is correct:

<p class="center">
Jagex and RuneScape are registered trademarks of Jagex Limited
</p>
</div>

To solve your error try one of these:
a) insert a </div> before <div id="pageFooter"> so these lines look like:

</div>
</div>
<div id="pageFooter">
	<p class="baseline">


b) remove one of the </div> 's at the very bottom. There are two now, ther should be one only.

Good luck

3 Jan 23, 2007 18:19

Thanks for your help.

I have tried your changes and it is still the same.

The extra </div> at the bottom was the same in my business blog and I haven't chopped and changed that so it must be included with the skin, anyway I have still removed it as I didn't want a spare there anyway.

Any more ideas greatfully received.

4 Jan 23, 2007 18:38

I even tested what I said, and it works. This is the adjusted code on the bottom of the _main.php page:

	<p class="center">powered by<br />
	<a href="http://b2evolution.net/" title="b2evolution home"><img src="http://runescapeblog.co.uk/rsc/img/b2evolution_logo_80.gif" alt="b2evolution" width="80" height="17" border="0" class="middle" /></a></p>
</div>
</div>
<div id="pageFooter">
	<p class="baseline">
		
		Credits:  <a href="http://b2evolution.net/">blog tool</a> | <a href="http://evocore.net/">framework</a> | <a href="http://plusjamaisseul.net/">test site</a>  	</p>

<p class="center">
Jagex and RuneScape are registered trademarks of Jagex Limited
</p>

</div>
</body>
</html>


Perhaps, you'll just need to refresh your'e screen.

Good luck.

5 Jan 23, 2007 19:45

Thanks a lot my friend

I copied what you put above and it worked, I guess I must have missed something.

Thanks a lot for your help


Form is loading...