Hello everyone, I am currently having a problem with creating a dreamweaver login page. When i set a password text field as a password and load the page it preloads a username and password in the fields. This is what is shown: http://img263.imageshack.us/i/problemod.jpg/ Would greatly appreciate some help. Thank you
Have you tried this on another computer or browser? My guess is you already have a login for this site just on another page. Try adding autocomplete="off" attribute into the input tag like this: <input type="text" name="username" autocomplete="off" />
What exactly is the problem? That image you showed looks like a phpMyAdmin login screen BTW. Are you fooling around with us? If it is a real login form running, then your cookies or browser password keeper are auto-entering that information.
I am not fooling around. Thank you so much danramosd for yor quick reply this has worked for me. Loving the forum for the quick replies and effective respnses thank you.
BTW, 1. what is dreamweaver login page? 2. as the post heading says "Dreamweaver CS5 problem", i don't see there were any problem with Dreamweaver CS5. It was an issue with the html markup and with the suggestion you have fixed the html markup.
1. Dreamweaver loginpage. You can create an easy login system on dreamweaver 2. Yeh sorry i meant i have a dreamweaver CS5 problem wasn't saying dreamweaver CS5 has problem.