1. Tabelle entfernen
2. Überschriften richtig anwenden
3. Für das Layout auch die Layoutsprache (CSS) benutzen
Validator Problem
-
-
2x <font...> und nur einmal </font>, das ist schonmal schlecht. Außerdem würde ich solche Sachen per CSS formatieren!
Siehe http://de.selfhtml.org/navigation/quickbar/index.htmZitat
Beachten Sie:Das font-Element ist HTML 3.2, basefont dagegen HTML 4.0
Im einleitenden <font>-Tag können Sie ebenso wie im <basefont>-Tag mehrere Attribute notieren, also size, color und face mischen.
Firefox 1.0, Konqueror und Safari interpretieren <basefont> nicht.
Wenn Sie XHTML-Standard-konform arbeiten, müssen Sie das basefont-Element als inhaltsleer kennzeichnen. Dazu notieren Sie das alleinstehende Tag in der Form <basefont ... />. Weitere Informationen finden Sie im Kapitel [Blockierte Grafik: http://de.selfhtml.org/src/kap.gif] XHTML und HTML. -
versuchs mal so:
css:Code[/COLOR][/COLOR][COLOR=#000000][COLOR=#006600].link a { font-family:arial; font-size:1em; font-weight:bold; }.link { font-size:0.6em; font-weight:bold; }
html:[/COLOR][/COLOR]
Code[COLOR=#000000][COLOR=#006600]<[/COLOR][COLOR=#0000cc]td class="link"[/COLOR][COLOR=#006600]><[/COLOR][COLOR=#0000cc]a href[/COLOR][COLOR=#006600]=[/COLOR][COLOR=#cc0000]"http://www.zweiradsuche.de"[/COLOR][COLOR=#006600]>[/COLOR][COLOR=#0000cc]ZWEIRADSUCHE[/COLOR][COLOR=#006600].[/COLOR][COLOR=#0000cc]DE[/COLOR][COLOR=#006600]<[/COLOR][COLOR=#0000cc]br [/COLOR][COLOR=#006600]/>[/COLOR][COLOR=#0000cc]Der Webkatalog für Zweiradseiten[/COLOR][COLOR=#006600]</[/COLOR][COLOR=#0000cc]a[/COLOR][COLOR=#006600]></[/COLOR][COLOR=#0000cc]td[/COLOR][COLOR=#006600]>[/COLOR][/COLOR]
-
Nun schreibt's alles im 1em
-