Last_Zero
03-19-2011, 06:47 PM
Iam using W3 Validator
There's Only One Error
Line 262, Column 3: unclosed end-tag requires SHORTTAG YES <input type="hidden" name="cookieuser" value="1" /> ✉
The construct </foo<bar> is valid in HTML (it is an example of the rather obscure ?Shorttags? feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.
Its In Login Code
<input type="hidden" name="cookieuser" value="1" /> Whats The Right Code Instead Of This To Make It Validated
There's Only One Error
Line 262, Column 3: unclosed end-tag requires SHORTTAG YES <input type="hidden" name="cookieuser" value="1" /> ✉
The construct </foo<bar> is valid in HTML (it is an example of the rather obscure ?Shorttags? feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.
Its In Login Code
<input type="hidden" name="cookieuser" value="1" /> Whats The Right Code Instead Of This To Make It Validated