Let me preface the following comments by stating that I have zero
experience in coding html.   Nevertheless I am posting here what I
think is the relevant code that focuses on the problem I have outlined
above. 

I copied this code from the Squeezenetwork login webpage.

<fieldset><div id="email_text_input_line" class="form_line"> <label
id="email_text_input_label" for="email_text_input" >Email</label>
<div class="input_hint_container">
<input  id="email_text_input"
        name="email" 
        type="text"

<div id="password_password_input_line" class="form_line"> <label
id="password_password_input_label" for="password_password_input"
>Password</label>
<div class="input_hint_container">
<input  id="password_password_input"
        name="password" 
        type="password"

As can be seen when comparing the code for the two form lines, one for
the email address and one for the password, the clear difference is
that for the email form it says "email text input line" and for the
password form it says "password password input line".  Maybe the key to
solving the problem is that the latter form should instead state
"password text input line"?

I have no idea if this will solve the problem but at least I wanted to
kick start a discussion by anyone with the relevant html skills to
examine the source code to identify the difference between the email
input form and the password input form in this webpage.


-- 
mortslim
------------------------------------------------------------------------
mortslim's Profile: http://forums.slimdevices.com/member.php?userid=11039
View this thread: http://forums.slimdevices.com/showthread.php?t=46425

_______________________________________________
squeezenetwork mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/squeezenetwork

Reply via email to