Bannerproblem ,bzw. nicht mehr valide - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html) +--- Thema: Bannerproblem ,bzw. nicht mehr valide (/thread-9486.html) Seiten: Seiten:
1
2
|
Bannerproblem ,bzw. nicht mehr valide - NixxusMinimax - 13.05.2008 Hi, habe heute ein neues Banner für unser Forum erstellt. Leider meldet der Validator nun 6 Fehler. Original: Code: <!-- begin logostrip --> meine Änderung: Code: <!-- begin logostrip --> Ich will also nur den Banner über die ganze Seite weg zentriert haben. Nachdem ich nun zig Änderungen gemacht habe werden mal mehr mal weniger Fehler gemeldet. Ich blicks grad nicht mehr... Danke schonmal RE: Bannerproblem ,bzw. nicht mehr valide - Michael - 13.05.2008 Wie lauten denn die Fehlermeldungen? Was mir auffällt ist, dass das alt-Attribut im img-Tag fehlt. Dieses ist Pflicht und wird auf jeden Fall angekreidet. RE: Bannerproblem ,bzw. nicht mehr valide - NixxusMinimax - 13.05.2008 der 1.: Line 662, Column 56: document type does not allow element "a" here; assuming missing "caption" start-tag. …http://www.xxxxx.de/index.php"><img src="./mkportal/templates/Forum/im 2.: Line 662, Column 111: required attribute "alt" not specified. …tal/templates/Forum/images/logo.gif"/> </a> 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>. 3.: Line 670, Column 4: document type does not allow element "tr" here. <tr> 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). 4.: Line 718, Column 19: document type does not allow element "tr" here. <tr align="center"> 5.: Line 2084, Column 13: end tag for "caption" omitted, but OMITTAG NO was specified. </table> 6. und letzter: Line 2084, Column 13: end tag for "table" which is not finished. </table> Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Mir ist nur nicht klar warum er z.B. den 6. ankreidet obwohl ich da doch garnicht dran war??? RE: Bannerproblem ,bzw. nicht mehr valide - Michael - 13.05.2008 Kannst du mal bitte einen Link zu der Seite posten? RE: Bannerproblem ,bzw. nicht mehr valide - StefanT - 14.05.2008 Ich nehme an, dass das in einer Tabelle ist. Nun hast du aber die tr- und td-Tags gelöscht, was nicht erlaubt ist. RE: Bannerproblem ,bzw. nicht mehr valide - NixxusMinimax - 14.05.2008 wusste nicht dass das verboten ist. es kann aber doch kein Problem sein den Banner über die ganze Breite anzuzeigen. Das funktioniert ja eigentlich auch, nur meckert er dann min. 5 Fehler an. Die Seite ist www.haldernforum.de RE: Bannerproblem ,bzw. nicht mehr valide - Michael - 14.05.2008 Geht es um das Portal oder ums Forum? RE: Bannerproblem ,bzw. nicht mehr valide - NixxusMinimax - 14.05.2008 um das Portal RE: Bannerproblem ,bzw. nicht mehr valide - Michael - 14.05.2008 Zitat:Line 661, Column 56: document type does not allow element "a" here; assuming missing "caption" start-tag.Der Link ist dort nicht erlaubt, weil davor ein table-Tag geöffnet wurde. Inhalt kann erst folgen, wenn eine Spalte durch <td> eröffnet wurde. Code: Line 661, Column 137: character ";" not allowed in attribute specification list. Code: Line 1255, Column 90: character "&" is the first character of a delimiter but occurred as data. RE: Bannerproblem ,bzw. nicht mehr valide - NixxusMinimax - 14.05.2008 Hallo Michael, mir ist schon klar dass das keine Fehler des Forums sind. Hier ist nur der Support viel besser. Mir leuchtet nur nicht ein warum da plötzlich Fehler kommen wenn ich doch "nur" die Anzeige des Banners ändern möchte. Ich werd mich da heute abend nochmal mit befassen. Danke soweit |