Seite 1 von 1

Schriftgröße des Textes lässt sich nicht ändern! Warum??

Verfasst: Di 10. Aug 2004, 17:38
von Marco Krahl
Der Quelltext meiner format.css sieht so aus (siehe unten). Im Prinzip wie voreingestellt. Die Schritgrößen mit den Links funktioniert. Aber der reine Text lässt sich nicht ändern. Nur über Schriftgrad im Explorer etc. Muss ich den Text irgendwie noch definieren...

Danke für die Hilfe.
(PS: Bin PHP-Neuling)

body {font-family: helvetica, arial, geneva, sans-serif; font-size:8px; color: #000000}
.punkte {font-family: helvetica, arial, geneva, sans-serif; font-size:8px; color:#AE6B00; font-weight: bold}
.headline {font-family: helvetica, arial, geneva, sans-serif; font-size:2px; color:#000000; font-weight: bold}
.subheadline {font-family: helvetica, arial, geneva, sans-serif; font-size:2px; color:#AE6B00}
.text {font-family: helvetica, arial, geneva, sans-serif; font-size:2px; color:#000000 }
.navigation {font-family: helvetica, arial, geneva, sans-serif; font-size:2px; color:#FFFFFF;}



A:link {font-family: helvetica, arial, geneva, sans-serif; font-size:8px; text-decoration: none; color: #000000}
A:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:8px; text-decoration: none; color: #000000}
A:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:8px; text-decoration: none; color: #AE6B00}
A:active {font-family: helvetica, arial, geneva, sans-serif; font-size:8px; text-decoration: none; color: #AE6B00}


A.klein:link {font-family: helvetica, arial, geneva, sans-serif; font-size:10px; text-decoration: none; color: #000000}
A.klein:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:10px; text-decoration: none; color: #000000}
A.klein:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:10px; text-decoration: none; color: #AE6B00}
A.klein:active {font-family: helvetica, arial, geneva, sans-serif; font-size:10px; text-decoration: none; color: #AE6B00}

Verfasst: Di 10. Aug 2004, 18:04
von emergence
das hat nichts mit php zu tun...

lt. stylesheet ist nur die schriftart für body definiert...
also
body { ... }

versuch mal

body, p , td { ... }

weiteres findest du hier...

http://de.selfhtml.org/css/index.htm