I tried to
change as a first step the environment (adding my
own layers and removing the ugly tables) using the following
statement:
<div id="divHeader"><div
id="divCommands">+commands+</div></div><div
id="divLeft"><div
class="boxes">+tree+</div></div><div
id="divContents">+contents+</div>
But it seems, that this code gets escaped. Inspecting the
kernel and its root structure I see my HTML code as part of a
paragraph which seems to escape all the HTML characters...
Help is welcome! ;-)
Cheers, Chris
Are you sure that is one single string with no carrige returns
anywhere?
And that you have a current version of Pier, older versions put <p>
around paragraphs and sort of turned the resulting html invalid (<p>
and <div> are not allowed to nest into other <p>). This is fixed in
later versions by using <div class="paragraph"> for paragraphs.
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch