Ае търсих за тоя <noscript> що не иска да се валидира в web counter брояча, но не намерих нищо което да помогне. Ето кода на брояча:
Ето и грешката която ми показва валидатора:
Ето ми и доктайпа:
Ако някой се е сблъсквал с тоя проблем и знае как се оправя моля да сподели
+1
Код:
<script type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript1.2"></script>
<a href="http://counter.search.bg/cgi-bin/s?_id=rocklan2"
target="_top"><script type="text/javascript" language="javascript"></script><noscript><img width="70" height="15" border="0" alt=""
src="http://counter.search.bg/cgi-bin/c?_id=nqkakvoid&_z=2" /></noscript></a>
Ето и грешката която ми показва валидатора:
Код:
Line 260, Column 29: document type does not allow element "noscript" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
t(); //--></script><noscript><img width="70" height="15" border="0" alt=""
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Ето ми и доктайпа:
Код:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Ако някой се е сблъсквал с тоя проблем и знае как се оправя моля да сподели
