Witam,
został mi jeden błąd w validatorze, z którym nie potrafię się uporać.
Oto jego treść:
Oto skryptu treść:
Z góry dziękuję za pomoc
został mi jeden błąd w validatorze, z którym nie potrafię się uporać.
Oto jego treść:
Cytat:Line 1, Column 2797: end tag for element "A" which is not open.
…ocument.write('Mateusz Błażej' + '</a>');</script>. All rights reserved ®
✉
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occurred in a script section of your document, you should probably read this FAQ entry.
Oto skryptu treść:
<script type="text/javascript">user = "matbla";site = "op.pl";document.write('<a href=\"mailto:' + user + '@' + site + '\">');document.write('Mateusz Błażej' + '</a>');</script>Z góry dziękuję za pomoc