Forums
This topic is locked
Hiding Password
Replies
29 Mar 2004 18:22:16 replied:
Since your new to dreamweaver I would suggest using the search feature in the help section in dreamweaver. You'll learn alot and won't have to wait for an answer. It can answer that particular question for you.
Replied 30 Mar 2004 01:28:41
30 Mar 2004 01:28:41 Phil Shevlin replied:
Select the textfield and change it to a password type in the properties panel. Optionally you can change the code from
input type="text"
to
input type="password"
input type="text"
to
input type="password"
Replied 30 Mar 2004 03:19:40
30 Mar 2004 03:19:40 Alexa Loh replied:
Thank you all. It is done.