tdavis
09-03-2006, 04:52 PM
I am looking for some general advice on HTML templates. They are easy to understand. My issue is with the design of the template itself. I use Adobe GoLive to design pages. I have to manually insert code to add the TMPL variables. GoLive is usually good about maintaining the integrity of the varaible; e.g., <TMPL_VAR NAME="customer">, is not changed. But, every so often the < gets changes to %30 or the quotes are lost. It is especially tedious and more often GoLive changes when I use a TMPL as an HREF value or what I most struggle with - form values (see example below).
<input type="text" name="expire_date" readonly size="20" maxlength="20" class="input" value=<TMPL_VAR NAME="expiredate">
So, I wonder what others do regarding the design of the template. Does Dreamweaver do a better job? Does anyone else use GoLive, and if so, is there a better way that I do not know about?
Thanks,
-tdavis
<input type="text" name="expire_date" readonly size="20" maxlength="20" class="input" value=<TMPL_VAR NAME="expiredate">
So, I wonder what others do regarding the design of the template. Does Dreamweaver do a better job? Does anyone else use GoLive, and if so, is there a better way that I do not know about?
Thanks,
-tdavis