I think on Dreamweaver you can use templates. Snippets of HTMLs that you can 
set only during WYSIWYG editing. And after you save the HTML, those parts will 
be removed automatically. <wicket:remove> is just a convenient 

http://www.adobe.com/support/dreamweaver/templates/dwfw_templates_tutorial/

This is a good article about how to use templates
http://www.adobe.com/devnet/dreamweaver/articles/dw_templates.html

Regards,
Bruno

-----Mensagem original-----
De: Ekengren [mailto:[EMAIL PROTECTED]
Enviada em: quarta-feira, 19 de novembro de 2008 10:04
Para: [email protected]
Assunto: Border invalidates browser preview



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]

***************************************************************************************************
"Atenção: Esta mensagem foi enviada para uso exclusivo do(s) destinatários(s) 
acima identificado(s),
podendo conter informações e/ou documentos confidencias/privilegiados e seu 
sigilo é protegido por 
lei. Caso você tenha recebido por engano, por favor, informe o remetente e 
apague-a de seu sistema.
Notificamos que é proibido por lei a sua retenção, disseminação, distribuição, 
cópia ou uso sem 
expressa autorização do remetente. Opiniões pessoais do remetente não refletem, 
necessariamente, 
o ponto de vista da CETIP, o qual é divulgado somente por pessoas autorizadas."


"Warning: This message was sent for exclusive use of the addressees above 
identified, possibly 
containing information and or privileged/confidential documents whose content 
is protected by law. 
In case you have mistakenly received it, please notify the sender and delete it 
from your system. 
Be noticed that the law forbids the retention, dissemination, distribution, 
copy or use without 
express authorization from the sender. Personal opinions of the sender do not 
necessarily reflect 
CETIP's point of view, which is only divulged by authorized personnel."
***************************************************************************************************


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

Reply via email to