Line 40, column 9: ID "loginsx" already defined
<div id="loginsx"><input type="text" name="txtUserName" size="6"/></
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hock for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
✉
Line 38, column 9: ID "loginsx" first defined here
<div id="loginsx">Username</div>
Line 41, column 9: ID "logindx" already defined
<div id="logindx"><input type="password" name="txtUserPass" size="12"/></div><in
ma che sono tutti qs errori???
firt defined here oppure already defined???