Sebastian wrote:
it seems the xhtml validator is throwing an error with:

------------------------------------------------------
Line 530, column 12: value of attribute "id" invalid: "1" cannot start a
name

<div id=" 1 79" style="display: none;">
------------------------------------------------------

From :

http://www.w3.org/TR/CSS21/syndata.html#q6

"In CSS 2.1, identifiers (including element names, classes, and IDs in selectors) can contain only the characters [A-Za-z0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit."

I can't see how this is related to PHP.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to