As a designer I like to edit the visual design of pages in Dreamweaver and
use eclipse for dynamic behaviour. I have not found any way of doing this
using Border:

Original static page design:

<div id="outer">
  <div id="inner">
    <div id="content" wicket:id="content">
      <p>Dynamic content goes here</p>
    </div>
  </div>
</div>

I want the outer, inner and content div's to be the border but still be able
to edit in Dreamweaver. I cannot add wicket:remove like this since it breaks
the xml:

<wicket:remove>
<div id="outer">
  <div id="inner">
    <div id="content" wicket:id="content">
</wicket:remove>
    <wicket:border>
       <wicket:body/>
    </wicket:border>
<wicket:remove>
    </div>
  </div>
</div>
</wicket:remove>


So how do I do this??
-- 
View this message in context: 
http://www.nabble.com/Border-invalidates-browser-preview-tp20578445p20578445.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to