ich versuche krampfhaft die Schrift in Tabellen per CSS zu steuern. Dazu habe ich das CSS wie folgt geändert:
Das CSS ist wie folgt ins Layout eingebunden:body {font-family: helvetica, arial, geneva, sans-serif; font-size:12; color: #FFFFFF}
table {font-family: helvetica, arial, geneva, sans-serif; font-size:12; color:#FFFFFF}
.punkte {font-family: verhelvetica, arial, geneva, sans-serif; font-size:12; color:#FFFFFF; font-weight: bold}
.headline {font-family: helvetica, arial, geneva, sans-serif; font-size:15; color:#FFFFFF; font-weight: bold}
.subheadline {font-family: helvetica, arial, geneva, sans-serif; font-size:13; color:#FFFFFF; font-weight: bold}
.text {font-family: helvetica, arial, geneva, sans-serif; font-size:12; color:#FFFFFF}
.navigation {font-family: arial, geneva, sans-serif; font-size:12; color:#FFFFFF;}
.td {font-family: helvetica, arial, geneva, sans-serif; font-size:12; color:#FFFFFF}
.th {font-family: helvetica, arial, geneva, sans-serif; font-size:12; color:#FFFFFF}
A:link {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #000000}
A:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #000000}
A:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #6699FF}
A:active {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #6699FF}
A.klein:link {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #000000}
A.klein:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #000000}
A.klein:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #6699FF}
A.klein:active {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #6699FF}
Am MS Explorer sieht man keinen Unterschied ausser der Schriftfarbe weiß, egal welche Schriftgröße ich auch definiere. Beim Opera erscheint die Schrift in ca. 8pt, auch hier ist es unerheblich welchen Schriftgrad ich angebe.<html>
<head>
<title>1. FSV Mainz 05 - Abteilung Handball</title>
<link rel="StyleSheet" href="css/format.css"
type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</head>
<body bgcolor="#0c58b8">
<table width="100%" height="100%" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#0c58b8">
<!-- fwtable fwsrc="05_SKIN_Frames.png" fwbase="allgemein.gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="1" -->
<tr>
Ich habe das Gefühl, das gar nicht richtig auf die CSS-Datei zugegriffen wird. Anschauen, kann man sich das ganze unter www.handballmainz05.de/contenido/cms. Tabellen findet Ihr unter Abteilung und dort noch mal unter Trainingszeiten.
Vielleicht kann mir jemand einen Tip geben, wo der Fehler liegt. Vielen Dank.
Viele Grüße aus dem schönen Taunus
Clemens