I am just about to ship this template off to a customer but I am having a problem with my footer. The footer is supposed to expand the width of the page at the very bottom of the page. However, the footer is cramming itself in below the content on the right side panel. However, if I add 2
tags in the HTML code directly above the footer code than it works perfect. The problem is that this invalidates the code and I can't figure out why. The validator claims these
tags aren't matched with enough
Here is the page I am talking about:
http://current-post.com/refractive/inner.html
This can't be right: <div
This can't be right: <div id="right" /> Take the closing slash out and put a </div> right before <div id="footer">
Ahhhh! closing slash explains
Ahhhh! closing slash explains everything! Thanks so much, I don't know how I did that.
