http://www.icyphoenix.com/viewtopic.php?f=29&t=8349&p=55086#p55086
-----------------------------------
Hans
Sun 22 Jan, 2012 10:42

Re: Forum Page Really Wide, What Did I Do? LOL
-----------------------------------
[quote user="mort" post="55085"][quote=hans]the footer did not require any though.[/quote]

You've added a new div after "body" - Therefore you must close it off in the footer. :P

Header.

<body>
[b]<div align="center">[/b]

Footer:
[b]</div>[/b]
</body> 
</html>

Otherwise you are only creating an unclosed wrapper and relying on the browser to sort out the error. - [b][i]Not a good idea.[/i][/b] ;)

Anyway post it as a bug - because that's what it is when the css is not controlling both the width and the position of the template. And let MG sort it out because the [b][i]<div align="center">[/i][/b] either needs to be acceptable to all nested themes that use the "default" templates, else he'll have to copy the header and footer.tpl to "Icy Phoenix" and apply the changes there.[/quote]

Sweet thanks again, I guess I was not thinking. LOL I added that closing tag in the footer, last few lines in the footer file look like this now.
[code linenumbers=false]</div>
</div>
{GOOGLE_ANALYTICS}
</body>
</html>
<!-- ENDIF -->[/code]

As far as the title, I can't change that. :(


