Seite 2 von 2

Re: Footer passt sich nicht an wie er soll...

Verfasst: 29.09.2009 20:08
von Akio
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? =(

Re: Footer passt sich nicht an wie er soll...

Verfasst: 29.09.2009 20:14
von HJW
Hallo,
ein ö wird übrigens so eingefügt: ö
ergibt: Hier könnte ihre Werbung stehen
Dann klappt's auch mit dem validieren.

Re: Footer passt sich nicht an wie er soll...

Verfasst: 29.09.2009 20:38
von Akio
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.

Re: Footer passt sich nicht an wie er soll...

Verfasst: 29.09.2009 20:46
von HJW
Hallo,

dann versuch doch mal

Code: Alles auswählen

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
und schau mal ob der Validator damit glücklicher ist.

Re: Footer passt sich nicht an wie er soll...

Verfasst: 29.09.2009 23:42
von Akio
ja danke hab das alte:

Code: Alles auswählen

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
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...

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 -->
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 :P darum frag ich nach und nach mal paar ab =)