Autor Zpráva
majstersveta
Profil
Môžem niekoho poprosiť, nech mi povie, čo chce odomňa validátor? :


Line 81, column 23: document type does not allow element "NOSCRIPT" here; missing one of "APPLET", "OBJECT", "MAP", "IFRAME", "BUTTON" start-tag

//--></script><noscript><img SRC="http://toplist.cz/dot.asp?id=124636" border=..

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>").


ďakujem
Plaváček
Profil
Zkus to takhle:

<noscript><div>><img SRC="http://toplist.cz/dot.asp?id=124636" border=.. </div></noscript>

Celý kód počítadla ale musí být uzavřen v nějakém blokovém, nikoli řádkovém prvku (tedy třeba v DIVU - nikoliv ve SPANu)
majstersveta
Profil
dik za snahu, ale stale to robi :-(

//--></script><noscript><div><img SRC="http://toplist.cz/dot.asp?id=124636" bord


<div class="menu" style="width: 1% ; height: 1% ; position: absolute; left: 50%; top: 97%" align="center">
<a href="http://www.toplist.cz" ><script language="JavaScript" type="text/javascript">
<!--
document.write ('<img src="http://toplist.cz/dot.asp?id=124636&amp;http='+escape(document.re ferrer)+'&amp;wi='+escape(window.screen.width)+'&he='+escape(window.sc reen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'&amp;t='+esc ape(document.title)+'" width="1" height="1" border=0 alt="TOPlist" />');
//--></script><noscript><div><img SRC="http://toplist.cz/dot.asp?id=124636" border="0"
alt="TOPlist" width="1" height="1" /></div></noscript></a>
</div>


moze mi niekto pomoct
Plaváček
Profil
Takhle to máš opravené (element DIV nemůže být uvnitř elementu A, který je řádkový)

<div class="menu" style="width: 1% ; height: 1% ; position: absolute; left: 50%; top: 97%" align="center">
<script language="JavaScript" type="text/javascript">
<!--
document.write ('<img src="http://toplist.cz/dot.asp?id=124636&amp;http='+escape(document.re ferrer)+'&amp;wi='+escape(window.screen.width)+'&he='+escape(window.sc reen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'&amp;t='+esc ape(document.title)+'" width="1" height="1" border=0 alt="TOPlist" />');
//-->
</script>
<noscript><div><a href="http://www.toplist.cz" ><img src="http://toplist.cz/dot.asp?id=124636" border="0" alt="TOPlist" width="1" height="1" /></a></div></noscript>
</div>
majstersveta
Profil
dik clovece, ale nepocita to ako ma

skusil som to takto:

<div class="menu" style="width: 1% ; height: 1% ; position: absolute; left: 10%; top: 30%" align="center">
<a href="http://www.toplist.cz" ><script language="JavaScript" type="text/javascript">
<!--
document.write ('<img src="http://toplist.cz/dot.asp?id=124636&amp;http='+escape(document.re ferrer)+'&amp;wi='+escape(window.screen.width)+'&he='+escape(window.sc reen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'&amp;t='+esc ape(document.title)+'" width="1" height="1" border=0 alt="TOPlist" />');
//--></script>
<object><noscript>
<p><img SRC="http://toplist.cz/dot.asp?id=124636" border="0" alt="TOPlist" width="1" height="1" /></p></noscript></object></a></div>


a vsetko funguge, dik za snahu, vazim si toho
Toto téma je uzamčeno. Odpověď nelze zaslat.

0