Please see the screendump of a login page im working on with the code showing in Firebug beneath. As you can see there are two input boxes, one with the placeholder 'Enter username' and one with the placeholder 'Enter password'. Both inputs have an empty default value.
I cannot figure out why, bet despite the placeholder text and default values being set as they are, the input boxes seem to have a mystery default value as shown in the screendump i.e. 'root' and whatever password is entered.
No matter if I have a default value or not it seems to make no difference. How can I stop it from having these mystery default text values?
I am running apache on a linux machine to test these and so far have not tried them on a real server, dont know if this may make a difference.
Many thanks