balkanboy
07-08-2006, 02:26 PM
I can't validate links page on PHP LD because link id is number and that is not valid html.
Error Line 17 column 927: value of attribute "id" invalid: "4" cannot start a name.
...ured Links</h2><table><tr><td><a id="4" href="http://www.alivedirectory.com">
It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit
Where do I change this and how?
Error Line 17 column 927: value of attribute "id" invalid: "4" cannot start a name.
...ured Links</h2><table><tr><td><a id="4" href="http://www.alivedirectory.com">
It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit
Where do I change this and how?