CommNews Forum Home  

Zurück   CnC Foren > Verschiedenes > Tech-Support / Tech-Talk

Antworten
 
Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 19-06-2007, 23:44
Tobias.H Tobias.H ist offline
Cabal

 
Registriert seit: Oct 2002
Ort: Lüneburg
Beiträge: 2.470
Tobias.H hat noch keine Bewertung oder ist auf 0
Tobias.H eine Nachricht über ICQ schicken
OL Nick: Tobias.900
Ich verstehe die übrig gebliebenen Fehler nicht.

Zitat:
Line 37 column 0: start tag was here.
<div style= "position:absolute; width:100%; text-align:center;">
Zitat:
Line 193 column 6: end tag for "DIV" omitted, but its declaration does not permit this.
</body>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.
Zitat:
Line 180 column 146: an attribute value must be a literal unless it contains only name characters.
... auswählt.</font><hr size = 4 color = #FFFF00>
Zitat:
Line 183 column 22: an attribute value must be a literal unless it contains only name characters.
<hr size = 10 color = #FFFF00>
__________________
Mit Zitat antworten
  #2  
Alt 19-06-2007, 23:54
Benutzerbild von Sven
Sven Sven ist offline
Tech-Admin

 
Registriert seit: Dec 2000
Ort: Neuss
Beiträge: 37.843
Sven ist ein C...
OL Nick: xysvenxy
Style: cncboard
37 und 193: Entweder ist eines der <div> nicht abgeschlossen (nutze Zeileneinrückung!) oder du hast Code verwendet der in <div> nicht erlaubt ist. Ich vermute Ersteres da das den eigentlichen Darstellungsfehler erklären würde.
180/183: <hr size="4" color="ffff00"> (Anführungszeichen (solltest du immer benutzen) und Kleinschreibung).
Eigentlich musst du Tags ohne Abschluss trotzdem abschließen (zumindest in XHTML, aber das nutzt du ja nicht ), wirklich richtig wäre also (ohne CSS):
<hr size="4" color="ffff00" />
__________________
Zitat:
Wir sind im Augenblick dabei, zu prüfen, ob es im öffentlichen Interesse liegt, ihnen mitzuteilen, ob wir die Informationen haben, die Sie erbitten, und ob es, sollte das der Fall sein, im öffentlichen Interesse liegt, Ihnen diese Informationen zur Verfügung zu stellen.
Mit Zitat antworten
  #3  
Alt 20-06-2007, 00:08
Benutzerbild von Narodnaja
Narodnaja Narodnaja ist offline
Kirov Aufpumper

 
Registriert seit: Aug 2001
Ort: kurz vor München
Beiträge: 1.182
Narodnaja hat noch keine Bewertung oder ist auf 0
Narodnaja eine Nachricht über ICQ schicken Narodnaja eine Nachricht über MSN schicken
OL Nick: Narodnaja
Style: vBulletin Default
Dead Centre - das klappt jedenfalls.
__________________
Manche Leute sagen, Fußball ist ein Spiel auf Leben und Tod.
Ich mag diese Haltung nicht. Es ist viel ernster als das.
Mit Zitat antworten
  #4  
Alt 20-06-2007, 00:17
Benutzerbild von Sven
Sven Sven ist offline
Tech-Admin

 
Registriert seit: Dec 2000
Ort: Neuss
Beiträge: 37.843
Sven ist ein C...
OL Nick: xysvenxy
Style: cncboard
Äh, das ist die gleiche Methode?
__________________
Zitat:
Wir sind im Augenblick dabei, zu prüfen, ob es im öffentlichen Interesse liegt, ihnen mitzuteilen, ob wir die Informationen haben, die Sie erbitten, und ob es, sollte das der Fall sein, im öffentlichen Interesse liegt, Ihnen diese Informationen zur Verfügung zu stellen.
Mit Zitat antworten
  #5  
Alt 20-06-2007, 00:22
Tobias.H Tobias.H ist offline
Cabal

 
Registriert seit: Oct 2002
Ort: Lüneburg
Beiträge: 2.470
Tobias.H hat noch keine Bewertung oder ist auf 0
Tobias.H eine Nachricht über ICQ schicken
OL Nick: Tobias.900
So, jetzt habe ich nur noch einen einzigen Fehler, wo ich nicht weiß wie man ihn behebt.

Zitat:
Error Line 43 column 23: there is no attribute "COLOR".
<hr size = "4" color = "#FFFF00"></div>You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
Angezeigt wird die Seite bei Firefox immernoch nicht korrekt.
Wo macht Firefox denn unterschiede?
Muss ja irgend ein Grund geben, dass es bei IE perfekt funktioniert und bei Firefox nicht.
__________________
Mit Zitat antworten
  #6  
Alt 20-06-2007, 00:32
Benutzerbild von Sven
Sven Sven ist offline
Tech-Admin

 
Registriert seit: Dec 2000
Ort: Neuss
Beiträge: 37.843
Sven ist ein C...
OL Nick: xysvenxy
Style: cncboard
ffff00
__________________
Zitat:
Wir sind im Augenblick dabei, zu prüfen, ob es im öffentlichen Interesse liegt, ihnen mitzuteilen, ob wir die Informationen haben, die Sie erbitten, und ob es, sollte das der Fall sein, im öffentlichen Interesse liegt, Ihnen diese Informationen zur Verfügung zu stellen.
Mit Zitat antworten
  #7  
Alt 20-06-2007, 00:45
Tobias.H Tobias.H ist offline
Cabal

 
Registriert seit: Oct 2002
Ort: Lüneburg
Beiträge: 2.470
Tobias.H hat noch keine Bewertung oder ist auf 0
Tobias.H eine Nachricht über ICQ schicken
OL Nick: Tobias.900
Das kann irgendwie nicht der Fehler gewesen sein.

Hab das jetzt so geändert, aber die Seite sagt immernoch, dass da was falsch ist.
__________________
Mit Zitat antworten
Antworten

Lesezeichen


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.
Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 20:01 Uhr.


Powered by vBulletin Version 3.7.3 (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template-Modifikationen durch TMS

Affiliates
United Forum GetBoinKeD cnc.onlinewelten.de