1 pi_stoff Jan 23, 2007 16:41
3 pi_stoff 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 afwas 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 pi_stoff 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
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