Otoz tak , mam index.html zalacze kawalek kodu w ktorym wystepuje blad:
Kod
Error Line 79 column 110: character "#" is not allowed in the value of attribute "usemap".
...gif" width="155" height="62" usemap="#lang" alt="" /></td>
It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.
✉
Error Line 83 column 14: document type does not allow element "map" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "pre", "address", "fieldset" start-tag.
<map id="lang">
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>").
...gif" width="155" height="62" usemap="#lang" alt="" /></td>
It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.
✉
Error Line 83 column 14: document type does not allow element "map" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "pre", "address", "fieldset" start-tag.
<map id="lang">
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>").
Czesc kodu HTML`a:
<td valign="top"> </tr> </tbody> </table> <map id="lang"> <area shape="rect" alt="Polish version" coords="90,0,154,44" href="/pl/" onmouseover="changeImages('index_06', 'images/index_06-polish_over.gif'); return true;" onmouseout="changeImages('index_06', 'images/index_06.gif'); return true;" onmousedown="changeImages('index_06', 'images/index_06-polish_over.gif'); return true;" onmouseup="changeImages('index_06', 'images/index_06-polish_over.gif'); return true;" /> <area shape="rect" alt="English version" coords="0,0,68,44" href="/en/" onmouseover="changeImages('index_06', 'images/index_06-english_over.gif'); return true;" onmouseout="changeImages('index_06', 'images/index_06.gif'); return true;" onmousedown="changeImages('index_06', 'images/index_06-english_over.gif'); return true;" onmouseup="changeImages('index_06', 'images/index_06-english_over.gif'); return true;" /> </map>
Nie moge dojsc czemu jest ten blad , chetnych prosze o pomoc rozwiazania go :]