Validator

  • Hi

    Ich hab meine eigene Website mal getestet nun kommen aber Fehler die ich gar nicht habe (glaube ich zumindest).

    Link

    Habe ich was Falsch im doctyp

  • Du verwendest den Doctype für Xhtml 1.0 aber codest in HTML 4.0

    bei xhtml musst du tags anders schliessen zb.

    <br> = </br>
    <input> </input> = <input />
    <img> = <img />
    usw..

    mfg Macrosdesign

  • Also ich kann die Fehler sehen?! :lol:

    z.B.

    Zitat
    • [Blockierte Grafik: http://validator.w3.org/images/info_icons/error.png]Line 15, Column 83: end tag for "link" omitted, but OMITTAG NO was specified.…="template/nano/StyleSheet/main.css">
      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">"

    das heisst du musst an Zeile 15 gehen, das währe in diesem Falle diese:

    HTML
    <link type="text/css" rel="stylesheet" href="template/nano/StyleSheet/main.css">

    und daraus

    HTML
    <link type="text/css" rel="stylesheet" href="template/nano/StyleSheet/main.css" />

    machen^^

    Gruß crAzywuLf :D

  • was bedeutet das?
    general entity "sec_id" not defined and no default entity.

  • was bedeutet das?
    general entity "sec_id" not defined and no default entity.

    Das steht doch da ^^

    Zitat


    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.
    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.
    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

    Das & ist ungültig...

    Zitat
    Zitat

    Gruß crAzywuLf :D

    Einmal editiert, zuletzt von crAzywuLf (18. März 2009 um 16:30)

  • @minder

    Wenn du schon xhtml 1.0 im doctype hast dann solltest du es auch coden können ;)

    änder den Doctype einfach mal auf HTML 4.0 Doctype ;)

  • ja hab jetzt noch 4 fehler und eine wahrnung:)

    die check ich noch nicht ganz

  • ganz klar du hast eine liste ohne inhalt das scheint der nicht zu mögen...<ul></ul> geht einfahc net