Hallo Oli!
Eventuell ist dein HTML Code nicht sauber: sprich etwas was geschlossen gehört ist icht geschlossen.
Poste bitte die URL der Seite, dein CSS ist an sich in Ordnung.Grüße
Thomas
Hallo Thomas,
eine URL gibt's noch nicht aber im Editor schauts so aus (ich sehe keinen Fehler):
<html>
<head>
<title></title>
<style type="text/css">
h1 { font-family:Verdana,Arial,Helvetica; text-decoration:underline; font-size:10pt; font-weight:bold; color:#0C0B7F; background-color:#60C5FF; border-style:none; border-width:thin; }
p { font-family:Verdana,Arial,Helvetica; text-decoration:none; font-size:9pt; color:#0C0B7F; }
li { font-family:Verdana,Arial,Helvetica; text-decoration:none; font-size:9pt; color:#0C0B7F; list-style-type:none; }
</style>
</head>
<body bgcolor="#000000">
<table width="350" align="center" bordersize="0" bgcolor="#98D7FA">
<tr>
<td>
<h1>Update 18. August</h1>
<p>News</p>
<li>erster Listeneintrag</li>
<li>zweiter Listeneintrag</li>
</td>
</tr>
</table>
</body>
</html>