
Originally Posted by
Snookerman
Remove the highlighted:
Code:
</noscript>
<!-- End Shinystat Free code -->
</span> <span
Good luck![/CODE]
.......sorry, but it didn't work.
It put everything out of perspective.
I applied doctype HTML Transitional and everything is fine except for this one validation error:
PHP Code:
Line 98, Column 14: document type does not allow element "NOSCRIPT" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag
<noscript>
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>").
I wonder if it causes any harm to the counter if I leave the whole noscript part out.
Without it the counter is showing up same as with the noscript applied and it seems to count as well but as I said I'm not sure if it is ok to take that part out or not.......
Bookmarks