Hallo, folgendes Problem. Firefox mach keinen Zeilenbruch bei <br>.
Hier quelltext:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Startseite - PiratenInc. [Software-Entwicklung und Computerdienstleistungen]</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<link rel="stylesheet" type="text/css" href="format.css">
</head>
<body>
<div id=design>
<div id=head></div>
<div id=frame>
<div id=content>
<h1>Willkommen!<br>ff</h1>
<p class=news>
</p>
</div>
</div>
<div id=end></div>
</div>
</body>
</html>
Dabei ist der quelltext valide... ich versteh das nicht, er macht das auch nicht in einem <p> absatz!