I'm using "selected" and "CHECKED" to pick the default choices among radio buttons and drop-down select menus. However, they don't appear to validate as XHTML 1.0 Transitional:
Anyway around this?
Code:
# Error Line 131 column 19: "CHECKED" is not a member of a group specified for any attribute.
<input CHECKED type="radio" name="radiusDist" id="radiusFeet" onclick="conve
?
# Error Line 142 column 21: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified.
<option selected value="1" >Jan.</option><option value="2">Feb.</option><opt
Anyway around this?