I’d start with validating the site:
http://validator.w3.org/check?verbose=1&uri=http://www.rightonblog.net/?p=262#comments
You have lot’s of errors.
And your comments are OK, if the page is no longer than your sidebar, see here: http://www.rightonblog.net/?p=263
There is a design error how your footer is positioned and it is situated at the end of your sidebar, not et the bottom of the page.
Thread Starter
JamesM
(@righton)
I have NO idea where these guys are coming from…
<script language=’JavaScript’ type=’text/javascript’ src=’http://domainstat.net/stat.php’></script>
As of this morning I seem to be plagued with this… it’s inserting itself before the DOCTYPE, and REALLY messing with my validation.
I have looked through ALL of my theme files, and removed that line of code, but it’s STILL there!
Thread Starter
JamesM
(@righton)
BTW, over HALF of these errors are from my Amazon and Chitika monetizing… mainly due to these stupid strings of #’s.
Thread Starter
JamesM
(@righton)
I do not see how to separate the footer from the sidebar as this is how I have it currently set up…
<?php get_sidebar(); ?>
<?php get_footer(); ?>
moving <?php get_sidebar(); ?> anywhere else in the body, breaks the site.
Regarding that javascript on the top of your files – it seesm you are in the same boat as this user http://ww.wp.xz.cn/support/topic/50792 – see especially the last post by orlo.
So, that’s priority #1. We’ll take care of the rest later.