I'd using a custom layout and I'd like to add a DIV outside of the Canvas tag.
Here's the custom fixed layout:
[php]
[/php]
Here's what it produces:
[php]
[/php]
And here's what I'm hoping for, notice the outer DIV under teh BODY tag.
[php]
[/php]
While we're talking about it, how do I add a class to the BODY tag?
Any ideas?