Hallo,
also, folgendes Problem. Ich will den Text exakt so dagestellt haben, wie es im Firefox und Opera auch passiert. Doch der IE-Ekplorer formatiert weder Torwart und setzt Pouplin halb aus dem Bild. Warum?
Danke im Vorraus.
also, folgendes Problem. Ich will den Text exakt so dagestellt haben, wie es im Firefox und Opera auch passiert. Doch der IE-Ekplorer formatiert weder Torwart und setzt Pouplin halb aus dem Bild. Warum?
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>SC Freiburg 1904 - Der Kader</title>
<font face="Arial">
<body style="margin: 0;">
</head>
<body>
<style type="text/css">
h1 {color: #DF0101; font:bold 16px Arial; line-height: 3px;}
p1 {color: #000000; font:13px Arial; line-height: 4px;}
p {color: #000000; font:13px Arial; line-height: 13px;}
</style>
<h1>Simon Pouplin</h1>
<p1>Torwart</p1><br>
<p>Geboren am 18. 5. 1985<br>Beim SC seit: Juli 2008</p>
</body>
</html>
Danke im Vorraus.