2 replies [Last post]
fangonk
fangonk's picture
User offline. Last seen 28 weeks 29 min ago. Offline
newbie
Timezone: GMT+9
Joined: 2008-04-13
Posts: 9
Points: 10

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

tags. Im going nuts and I know this is a really simple issue. Can anybody see what is going on?!

Here is the page I am talking about:
http://current-post.com/refractive/inner.html

Verschwindende
Verschwindende's picture
User is online Online
rank Leader
Leader
Timezone: GMT-4
Joined: 2009-10-09
Posts: 748
Points: 838

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">

CSS HTML ASP.net C# Coffee

fangonk
fangonk's picture
User offline. Last seen 28 weeks 29 min ago. Offline
newbie
Timezone: GMT+9
Joined: 2008-04-13
Posts: 9
Points: 10

Ahhhh! closing slash explains

Ahhhh! closing slash explains everything! Thanks so much, I don't know how I did that.