I’m having a little problem with my design. Basically, the container div is set at 960px, but the footer and header (They are ssi files included in the page) are meant to expand the entire width of the page. The header expands no problem, but the footer seems to be contained within the container div, even though it is not within it (I checked to make sure every div, etc had been closed). This problem only appears on the one page, because every other page it seems to go the entire width of the page no problem.
I narrowed down the problem to an endwhile statement that seems to be messing up the layout. Right now the endwhile is within the container div, but if I move it out, the footer expands the way it should, but then the layout of the container gets jumbled up.
I don’t know how to correct this, but I know it is an issue with the endwhile statement and it’s placement.
You have one more opening div tag than closing tags there. The easiest thing would be to validate your page, so that you can work out exactly which is the tag that’s not needed.
Hm, I must have miscounted. Anyhow, can you post a link to the page? Otherwise we can only theorize. It’s nothing to do with PHP, because PHP doesn’t reach the browser. There’s might be an error up the page that is throwing everything out.