Hi Joel -- > 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?
You should post this on the HTML::Template list -- I think other people have had similar problems and may be able to help you. My best guess is that maybe you can use the comment-style: <input type=text name="myfield" value="<!--tmpl_var name="myfield"-->"> I don't know if this will work, but give it a try. -Jesse- ---- Jesse Erlbaum, CTO Vanguard Media 212.242.5317 x115 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
