|
-
Dec 30th, 2004, 09:52 AM
#1
Thread Starter
Ex-Super Mod'rater
XHTML Validation, was does this error mean? -[RESOLVED]-
When I have things like drop down menus or Radio buttons and all the options validate fien apart from the one that is selected, it produces this message:
"The name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified"
This is the line it produces it for:
HTML Code:
<input type="radio" name="soonas" value="yes" checked />Soon As
Yet it doesn't have any probs with this line:
HTML Code:
<input type="radio" name="soonas" value="no" />Pre-Booking
Last edited by Electroman; Dec 30th, 2004 at 10:59 AM.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Dec 30th, 2004, 11:00 AM
#2
Thread Starter
Ex-Super Mod'rater
Re: XHTML Validation, was does this error mean? -[RESOLVED]-
I figured it out, it was because I was using checked instead of checked ="checked"
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|