• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Validation Fehlermeldung

urmeline

Neues Mitglied
Ich kapier nicht, was hier falsch ist. Mein englisch ist schlecht bzw. "unter aller S**)

Was ist fals hier ?
<script language="JavaScript">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>.


Und hier drin muss auch einiges falsch sein, hab alles rot markiert, was falsch sein soll. Ich versteh das nicht
d025.gif


<frameset onLoad="SeiteLaden(); return true;" frameborder="no" cols=*,960,* border=0>
<frame name="left" src="left.html" scrolling="no" marginwidth="0" marginheight="0" noresize></frame>
<frameset framespacing="0" frameborder="no" border="0" rows=198,*>
<frame marginheight="0" marginwidth="0" src="oben.html" name="oben" scrolling="no" noresize></frame>
<frameset cols=190,*,195> <frame marginheight="0" marginwidth="0" src="menue.html" name="menue" scrolling="auto" noresize></frame>
<frame marginheight="15" marginwidth="15" src="willkommen.html" name="hauptframe" scrolling="auto" noresize></frame>
<frame marginheight="0" marginwidth="0" src="rechts.html" name="rechts" scrolling="no" noresize></frame>
</frameset>
</frameset>
<frame name="right" src="right.html" scrolling="no" marginwidth="0" marginheight="0" noresize></frame>
</frameset>
<noframes>
<body>
Ihr Browser unterstützt keine Frames!
</body>
</noframes>
 
Danke Tar, ich habs geändert.

Nun möchte ich nochmal um Hilfe bitten bei diesen Fehlermeldungen :oops:

<meta http-equiv="content-style-type" content="text/css"/>
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.


<meta http-equiv="content-script-type" content="text/javascript"/>

und
<meta name="page-topic" content="Gesundheit, Beratung, Therapie">

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


Was bedeutet das?
 
Stimmt
g070.gif


Und vielen Dank noch für den Link. Im Ergebnis kommt, dass

"In der Dokumententypdeklaration konnte keine System-ID (URL oder Pfadangabe zur DTD) gefunden werden."

Bei selfhtml steht aber, dass man das weglassen kann. Hab ich da was falsch verstanden?
 
Nein, nach HTML5 kann man sowas auch komplett weglassen. Da Validatoren und die meisten Browser dies jedoch weiterhin erfordern solltest Du es mit einfügen.
 
Wollte nur mal was aus Übersichtsgründen hinzufügen :)
@urmeline
Für das nächste mal wenn du HTML hier einfügst. könntest du es dann bitte innerhalb von den im Forum gestellten HTML tags machen bitte? Hilft sehr wegen des Syntax Highlightings :)
Der Button dafür sieht so aus.
html.gif

oder du schreibst
[*HTML]
<html>
...
</html>
[*/HTML]

(Wenn du die * entfernst funktionierts)
Dankeschön :) :)
 
Wollte nur mal was aus Übersichtsgründen hinzufügen :)
@urmeline
Für das nächste mal wenn du HTML hier einfügst. könntest du es dann bitte innerhalb von den im Forum gestellten HTML tags machen bitte? Hilft sehr wegen des Syntax Highlightings :)
Der Button dafür sieht so aus.
html.gif

oder du schreibst
[*HTML]
<html>
...
</html>
[*/HTML]

(Wenn du die * entfernst funktionierts)
Dankeschön :) :)

Jepp, mach ich in Zukunft ;-) Neuling eben :mrgreen:
 
Zurück
Oben