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

darum frag ich nach und nach mal paar ab =)