Simple Machines Community Forum

SMF Support => Hilfe zu SMF (German) => Language Specific Support => Grafiken & Templates => Topic started by: ThaRealMatix on December 10, 2006, 06:12:42 PM

Title: Page is not valid xhtml 1.0
Post by: ThaRealMatix on December 10, 2006, 06:12:42 PM
Hallo, bekomme diese Meldung wenn ich ihn durch den validator schicke

Quote
Below are the results of checking this document for XML well-formedness and validity.

   1. Error Line 154 column 4: end tag for "br" omitted, but OMITTAG NO was specified.

      <br>

      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

      ✉
   2. Info Line 154 column 0: start tag was here.

      <br>

   3. Error Line 155 column 4: end tag for "br" omitted, but OMITTAG NO was specified.

      <br>

      ✉
   4. Info Line 155 column 0: start tag was here.

      <br>

   5. Error Line 157 column 4: end tag for "br" omitted, but OMITTAG NO was specified.

      <br>

      ✉
   6. Info Line 157 column 0: start tag was here.

      <br>

Hm... wenn ich mir den quelltext der hauptseite anzeigen lasse finde ich in der zeile nur gar keine break anweisung.

Kann mir da evtl jemand helfen?
Title: Re: Page is not valid xhtml 1.0
Post by: Pitti on December 10, 2006, 08:24:27 PM
welches template benutzt du, bzw hast du mods installiert.
der br-tag sollte so aussehn <br />

ein link zur veranschaulichung käme och nich schlecht ;)
Title: Re: Page is not valid xhtml 1.0
Post by: ThaRealMatix on December 11, 2006, 06:09:37 AM
Ich benutzte derzeit das default template und habe einige Mods eingebaut. Ich bekam aber auch not valid Meldungen (weiss nicht, ob die selben), als ich noch keine Mods eingebaut hatte.

Anzusehen ist das ganze hier: http://www.eislan.de

Edit: Hat sich erledigt. Einer meiner Mitadmins hat in den Forenbeschreibungen falsche break tags benutzt -.-