Hey, I am not really sure what has happened but for some reason my footer is not aligning to the center anymore and I can't see where I have messed the page up. Huxley Could you please have a little look and see if you can see where the problem is, I would be so greatful. Thanks!
Well in the footer you can see the text and the FireFox ad aligning to the left, I think I must have deleted a tag or something.
Ah I see if you view the site in FF it shows it center but left in IE hmm . . Well I still feel fairly sure I have messed up a tag somewhere or something.
I just looked at your code, You are using css as well and have a class for your footer called "footer class" what you need to do is position that txt with css, or use a table for positioning, one way or another there is nothing telling i.e where it should be
Try this. if this don't work i can post the css code when I get home. I have a css program. <center><a href="/sitemap.xml"><img src="/images/xml.gif" alt="XML Sitemap" width="36" height="14" /></a></p> <p class="style33"><strong>Affiliates</strong><a href="http://www.2weird.co.uk"><br /> </a><span class="footerlinks"><a href="http://www.2weird.co.uk">Linking</a> - <a href="http://www.driving-lessons.biz">Driving</a> - <a href="http://www.diabetes-forums.org">Diabetes</a> - <a href="http://www.gobbly2100.com">SEO</a> - <a href="http://www.online-multiplayer.com">Gaming</a> - <a href="http://www.shaneboard.com">Shane Board</a> - <a href="http://www.web-building.net">Web Design</a> - <a href="http://www.online-multiplayer.com">Multiplayer</a> - <a href="http://www.freewebs.com/nline-multiplayer">Game Community</a> - <a href="http://gobbly2100.blogspot.com/">Blog </a> - <a href="http://www.myspace.com/huxleymmofps">Huxley MySpace</a> - <a href="http://www.myspace.com/omgaming">Gaming MySpace</a> - <a href="http://www.bluenotesolutions.com">Web Hosting</a></span> </p> <p class="style33"><!-- Begin W3Counter Tracking Code --> <script type="text/javascript" src="http://www.w3counter.com/tracker.js"></script> <script type="text/javascript"></center> Code (markup):
Don't use the deprecated (read: obsolete) <center></center> tags. Not only is it presentational HTML (HTML is a structural markup language, remember?) but it's also been slated to be removed from the specification entirely (which is why it doesn't appear in Strict DOCTYPES).
Anyway, you have 32 HTML validation errors on your home page. Fix those errors, then check your stylesheet for any CSS errors or warnings and fix them, then check your page again.
(Off-topic) this is for the person who said I'm "wrong" via the rep system - if you're going to contradict me, be an adult and say it in public. Don't hide behind the reputation system.