Autor | Zpráva | ||
---|---|---|---|
merryboy Profil * |
#1 · Zasláno: 9. 10. 2011, 20:09:33
Ahojte chci se zeptat ve validátoru mi píše tyhle 4 chyby a nevím co s tím poradil by mi někdo děkuju moc.
Line 44, Column 408: unclosed start-tag requires SHORTTAG YES …teopress.cz/web/fresh/sloupek3.png" alt="poèasí na popozítøí"</td></tr></table> The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers. Line 47, Column 73: end tag for "TABLE" omitted, but its declaration does not permit this <tr bgcolor="#0000CC"><td height="10" colspan=2></td></tr></center> You forgot to close a tag, or you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed. The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag. Line 28, Column 15: start tag was here <center><table bgcolor="#FFCC00" cellpadding="1" cellspacing="1"> Line 48, Column 10: document type does not allow element "TR" here <tr><td height="10" colspan=2> 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). |
||
Davex Profil |
#2 · Zasláno: 9. 10. 2011, 20:17:21
Pokud neumíš anglicky, tak použij český validátor.
Nemáš uzavřený prvek obrázku a mezi řádky tabulky máš značku </center> , která tam nepatří.
|
||
Časová prodleva: 14 let
|
0