Link to home
Start Free TrialLog in
Avatar of imhendri
imhendri

asked on

fp98 & form "value" attribute

I have a piece of html code in which my line looks like the below:
  <input type="text" name="t1" value="">

Fp98 converts to
  <input type="text" name="t1" value>

How can I tell fp98 to not touch my stuff?
ASKER CERTIFIED SOLUTION
Avatar of bigelos
bigelos

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial