Good morning all.  I'm using HTML::Template to serve some forms, and my graphics 
people need to edit them, and of course they can only use Dreamweaver.  The problem is 
that I'm doing things like this:

<input type=text name="myfield" value="<tmpl_var name="myfield">">

This, of course, completely flummoxes Dreamweaver, which screws up the template field. 
 Is there a simple way around this?

Reply via email to