PDA

View Full Version : Error In Validating


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

BirdOPrey5
03-20-2011, 04:13 PM
Does
✉ ;
appear in your code? maybe that's what's causing the problem, because your input tag looks exactly right.

http://www.w3schools.com/TAGS/tag_input.asp

Edit.. funny but & # 9 9 9 3 ; (without spaces) becomes ✉ when posted in the normal thread. ?

Last_Zero
03-20-2011, 09:45 PM
Does
✉ ;
appear in your code? maybe that's what's causing the problem, because your input tag looks exactly right.

http://www.w3schools.com/TAGS/tag_input.asp

Edit.. funny but & # 9 9 9 3 ; (without spaces) becomes ✉ when posted in the normal thread. ?

Hello Thx For Reply

Thats The Error Code

<input type="hidden" name="cookieuser" value="1" />

Whats The Right Code To Make It Valid

In Validator W3

BirdOPrey5
03-20-2011, 10:41 PM
That tag is completely valid, you can check here...

http://validator.w3.org/check

your original code in the first post had that weird code ✉ ; to the right of this line. I think that might be your issue.

Last_Zero
03-21-2011, 05:58 PM
Hello Sir Check This Plz

http://validator.w3.org/check?uri=www.almsmk.com&charset=%28detect+automatically%29&doctype=Inline&group=0