To logo to juz czepialstwo

a co do bledow to np.
glowna strona:
Cytat
Error Line 15 column 18: there is no attribute "language".
<script language="javascript" src="layout/javascript/former.js" type="text/java
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
http://85.128.86.73/pillbox/publish.so-publishCytat
Error Line 15 column 18: there is no attribute "language".
<script language="javascript" src="layout/javascript/former.js" type="text/java
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
✉
Error Line 69 column 166: element "strike" undefined.
...>Bold</td></tr><tr><td><strike>Storke</strike></td><td>[s]Storke[s]</t
You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:
incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.
✉
Error Line 69 column 223: element "u" undefined.
...><td>[s]Storke[s]</td></tr><tr><td><u>Underline</u></td><td>[u]Underline[u]</
✉
Error Line 112 column 122: required attribute "cols" not specified.
...ion]" rows="2" class="f_input_normal"></textarea>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
✉
Error Line 118 column 1485: required attribute "cols" not specified.
...nt]" rows="16" class="f_input_normal"></textarea>
✉
Error Line 131 column 106: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified.
..." type="checkbox" value="1" checked /> Yes</label>
"VI delimiter" is a technical term for the equal sign. This error message means that the name of an attribute and the equal sign cannot be omitted when specifying an attribute. A common cause for this error message is the use of "Attribute Minimization" in document types where it is not allowed, in XHTML for instance.
How to fix: For attributes such as compact, checked or selected, do not write e.g <option selected ... but rather <option selected="selected" ...
i jeszcze jedno, podmenu moglo by sie zmieniac od razo po najechaniu na element w menu glownym.