
04-17-2006, 01:15 PM
|
 |
|
|
Join Date: Apr 2004
Location: Sydney, Australia
Posts: 895
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
One problem i am having is that my site fails XHTML validation when i have this hack enabled.
Quote:
Below are the results of checking this document for XML well-formedness and validity.
1. Error Line 1188 column 267: required attribute "alt" not specified.
...age.php?do=view&id=23" border="0"></a> <a rel="nof
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
✉
2. Error Line 1188 column 271: end tag for "img" omitted, but OMITTAG NO was specified.
...php?do=view&id=23" border="0"></a> <a rel="nofollo
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
|
Is there a fix for this?
|