Advertisement throwing off hole page.

liunx

Guest
Alright. Why is this advertisement at the bottom of the page not centered? It's off to the right and making members have to scroll to see whats on the right side of the page. Anyone care to look at my coding to see if I made a mistake that's allowing for this to happen. It's like this on all the pages except the homepage. Here's the link:<br />
<br />
<!-- m --><a class="postlink" href="http://www.angelfire.com/games5/dwmadden04/">http://www.angelfire.com/games5/dwmadden04/</a><!-- m --><!--content-->what advertisement?<!--content-->I think I see what happening. On your main page you have the horizontal rule image INSIDE the table... on the others you don't. Try moving the horizontal rule to inside the table and see if their silly banner doesn't shift back over to the center like it does for the main page.<br />
<br />
Good luck. :)<!--content-->Hi there AllSkill911,<br />
<br />
The Dreamer was on the right track but the real problem is that you are lacking a table closure here :eek:</TABLE><br />
<img src=http://www.htmlforums.com/archive/index.php/"images/hr.gif" width="464" height="11" border="0"><br />
</td></tr></table><br />
<!-- Start of Angelfire Ad Code Insertion --><br />
<br />
coothead<!--content-->Originally posted by coothead <br />
Hi there AllSkill911,<br />
<br />
The Dreamer was on the right track but the real problem is that you are lacking a table closure here :eek:</TABLE><br />
<img src=http://www.htmlforums.com/archive/index.php/"images/hr.gif" width="464" height="11" border="0"><br />
</td></tr></table><br />
<!-- Start of Angelfire Ad Code Insertion --><br />
<br />
coothead Thanks, problem solved. Thanks for all the replies.:D<!--content-->There are loads of nesting errors in that page, and a few other problems. Use this list: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.angelfire.com%2Fgames5%2Fdwmadden04%2F&doctype=%28detect+automatically%29&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --> to find and fix them all.<!--content-->
 
Back
Top