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}
Schriftgröße des Textes lässt sich nicht ändern! Warum??
-
- Beiträge: 5
- Registriert: Mo 2. Aug 2004, 09:06
- Kontaktdaten:
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
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
*** make your own tools (wishlist :: thx)