Bernd Witzke: Style Sheets

Beitrag lesen

So MUSS es funktionieren:
<!--
<head>
<style type="text/css">
<!--
h1,h2,h3,p,table,td
          { font-family: Verdana, Geneva, ARIAL, Helvetica, Helv, Swiss;
            fontFamily: Verdana, Geneva, ARIAL, Helvetica, Helv, Swiss; }
h1        { font-size:14pt; }
h2        { font-size:12pt; }
h3,p,table,td
          { font-size:10pt; }
table,td  { line-height: 12pt; }
a:link    { color:#00587E; }
a:visited { color:#00587E; }
a:active  { color:red; }
//-->
</style>
<title>Seitentitel</title>
</head>
//-->
siehe auch in "selfhtml":
http://www.teamone.de/selfaktuell/
Gruss
Bernd