Visa ett inlägg
Oläst 2006-09-27, 11:53 #3
cezar cezar är inte uppkopplad
Medlem
 
Reg.datum: Apr 2006
Inlägg: 260
cezar cezar är inte uppkopplad
Medlem
 
Reg.datum: Apr 2006
Inlägg: 260
Citat:
Originally posted by Kaffe@Sep 27 2006, 11:43
Missat ett semikolon. Du bör skriva:

Kod:
http://manu6.manufrog.com/~johnnynu/cutenews/rss.php?category=1&number=10
Med ett semikolon på slutet. Felet uppstår ju eftersom & på börjar en character entity, & står för ampersand. Nu letar den efter &ampnumber istället.
Grymt. Nu försvann massa errors.
Har bara 3 errors kvar B)

Citat:

Below are the results of attempting to parse this document with an SGML parser.
Error Line 6 column 54: document type does not allow element "LINK" here.
<link href="stil.css" rel="stylesheet" type="text/css"/>

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


Error Line 10 column 6: end tag for element "HEAD" which is not open.
</head>

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occured in a script section of your document, you should probably read this FAQ entry.


Error Line 12 column 5: document type does not allow element "BODY" here.
<body>
Jag undrar mom jag har missat att stänga någon tag eller så men jag hittar inget. Vore smutt om det finns något program som kan kolla igenom alla taggar...
cezar är inte uppkopplad   Svara med citatSvara med citat