At 07:57 AM 01/30/00 -0800, Paul J. Lucas wrote:
>On Sun, 30 Jan 2000, Gerald Richter wrote:
>
>> For that reason HTML::Embperl uses the [ ] blocks to embedd Perl. This is
>> normal Text in Dreamwaver, Frontapge or wahtever and causes no problems.
>
>       Except I think the designer seeing Perl code all over his
>       screen would be rather ugly.
>

How do you handle "sticky widgets"? I put perl variables in the VALUE
attribute of input boxes. These show up for the designer. Are you able to
get around that?
<input type="text" name="CustomerFName"
VALUE="[%$customer_info{'CustomerFName'}%]">

Ron

Reply via email to