Forums

This topic is locked

Hiding Password

Posted 29 Mar 2004 07:44:07
1
has voted
29 Mar 2004 07:44:07 Alexa Loh posted:
Help me, I'm new to dreamweaver.

How do I hide password that people type? The end result should be "*****" instead of just "88888", but i can't get it.

Replies

Replied 29 Mar 2004 18:22:16
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"
Replied 30 Mar 2004 03:19:40
30 Mar 2004 03:19:40 Alexa Loh replied:
Thank you all. It is done.

Reply to this topic