ja tatsächlich mit background-repeat: no-repeat; gehts... komisch weil auf der webseite (also wenn das forum nicht eingebunden ist... http://one-piece.animesector.de/) ging es auch ohne background-repeat: no-repeat; oO
und ja hab den copyright von einem zugeschickt bekommen, muss den dann noch farblich anpassen und das admin rauslöschen aber ansonsten passts, doppelter body? hab ich gar nicht bemerkt...
w3c kann auch nichts anzeigen weil der meint das die webseite utf8 währe ... wie bekomme ich das wieder so normal hin das ich es mit w3c checken lassen kann? =(
Footer passt sich nicht an wie er soll...
Forumsregeln
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
Bei Style spezifischen Fragen ist der Stylename und die Downloadquelle des Styles erforderlich, besser noch die URL vom betroffenen Forum.
-
- Mitglied
- Beiträge: 1302
- Registriert: 20.04.2007 20:48
- Wohnort: 45481 Mülheim an der Ruhr
- Kontaktdaten:
Re: Footer passt sich nicht an wie er soll...
Hallo,
Dann klappt's auch mit dem validieren.
ergibt: Hier könnte ihre Werbung stehenein ö wird übrigens so eingefügt: ö
Dann klappt's auch mit dem validieren.
Re: Footer passt sich nicht an wie er soll...
danke hab das gewächselt... aber schau hier http://validator.w3.org/check?uri=http% ... or%2F1.654 da steht immernoch das hier:
Character Encoding mismatch!
The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.
Character Encoding mismatch!
The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.
-
- Mitglied
- Beiträge: 1302
- Registriert: 20.04.2007 20:48
- Wohnort: 45481 Mülheim an der Ruhr
- Kontaktdaten:
Re: Footer passt sich nicht an wie er soll...
Hallo,
dann versuch doch mal
und schau mal ob der Validator damit glücklicher ist.
dann versuch doch mal
Code: Alles auswählen
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Re: Footer passt sich nicht an wie er soll...
ja danke hab das alte:
rausgelöscht und das von dir eingefügt, nun zeigt der das nicht mehr an in w3c... seltsam einer meinte ich muss unbedingt charset=iso-8859-1 rein machen... und hab ihm geglaubt, weil wenn ich ein neues dokument erstelle in dreamweaver ist das auch von vornerein automatisch drin... was bedeutet das 8859-1 dann? und wieso ist das bei anderen webseiten drin und ich brauch extra dieses utf statt das 8859-1? würds gern verstehen =) aber schon mal danke für eure hilfe =)
hab nur noch paar fehler drin... zb das hier versteh ich leider überhaupt nicht =(
-------------------------------------------------------------------------------------------------------------------------------------
Line 85, Column 70: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
…ype="submit" name="reg" value="Registrieren" />
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
-------------------------------------------------------------------------------------------------------------------------------------
und das hier verstehe ich auch nicht..
-------------------------------------------------------------------------------------------------------------------------------------
Line 189, Column 23: document type does not allow element "div" here; assuming missing "li" start-tag
<div class="navbar">
-------------------------------------------------------------------------------------------------------------------------------------
das hier ist das inputfeld...
was ist daran falsch? ich verstehe nicht wie ich das sonst machen soll oO wusste bis vor kurzem nicht mal was Li und ul ist oO
naja bin echt froh das ihr mir so helft
bin perfektionist und wüsste nich wie ich ohne hilfe alle bugs raus bekommen sollte
darum frag ich nach und nach mal paar ab =)
Code: Alles auswählen
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
hab nur noch paar fehler drin... zb das hier versteh ich leider überhaupt nicht =(
-------------------------------------------------------------------------------------------------------------------------------------
Line 85, Column 70: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag
…ype="submit" name="reg" value="Registrieren" />
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
-------------------------------------------------------------------------------------------------------------------------------------
und das hier verstehe ich auch nicht..
-------------------------------------------------------------------------------------------------------------------------------------
Line 189, Column 23: document type does not allow element "div" here; assuming missing "li" start-tag
<div class="navbar">
-------------------------------------------------------------------------------------------------------------------------------------
das hier ist das inputfeld...
Code: Alles auswählen
<!-- LOGIN NOCH NICHT ANGEMELDET ENDE -->
<div class="login1">
<form action="o" method="post">
<input class="c1" type="text" name="username" id="username" size="17" title="Benutzername" />
<input class="c2" type="password" name="password" id="password" size="17" title="Passwort" />
<input class="c3" type="submit" name="login" value="Anmelden" /> <input type="hidden" name="redirect" value="www.one-piece-anime.de/index.php" />
<input class="c4" type="submit" name="reg" value="Registrieren" />
</form>
</div>
<!-- LOGIN NOCH NICHT ANGEMELDET ENDE -->
naja bin echt froh das ihr mir so helft

