Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [HTML] Validation
Forum PHP.pl > Forum > Przedszkole
luzak124
Witam.

Napisałem mini skrypt strony no i postanowiłem sprawdzić ją na stronie validator.w3.org no i wyskoczył mi kilka błędów których kompletnie nie rozumiem...
Cytat
Line 101, Column 13: there is no attribute "Method".

<form Method="POST" Action="index.php" Name="form"><input type="hidden" name="PH


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.


albo:
Cytat
Error Line 1132, Column 7: XML Parsing Error: Premature end of data in tag html line 13.

</html>


Korzystam z doctype XHTML 1.0 Transitional

o co chodzi z tymi błędami ?
Cysiaczek
Atrybuty (wartości też) napisz małymi literami i wtedy zobacz.

Pozdrawiam
luzak124
Pomaga;) ale nadal mam problem np.
Cytat
<input type="hidden" name="user" value="" size="15">

albo
Cytat
# Error Line 1093, Column 32: document type does not allow element "script" here.

<script type="text/javascript">



The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
gosc
Xhtml wymaga aby zamykać wszystkie znaczniki dlatego pisz <input ......................../> a dla <script .....></script>
jest możliwe <script ............./> ale w niektorych przeglądarkach powoduje błedy (IE6)
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.