Hello
I got a @Border with a @Shell to get all stuff common for all pages.
It's working but ...
All that <span> around the <body> are not compatible with HTML, so
wysiwyg editor are not happy.
Perhaps I've miss some knwoledge ?
The Boder.html :
<html>
...
</head>
<span jwcid="$content$">
<span jwcid="@Shell" title="Scrutalys" disableCaching="true"
consoleEnabled="true" debugEnabled="true" browserLogLevel="DEBUG">
<body jwcid="@Body">
...
<span jwcid="@RenderBody">This is the page content.</span>
</body>
</span>
</span>
</html>
A tipycal page.html :
<html >
...
</head>
<body jwcid="$content$">
<span jwcid="@Border">
...
</span>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]