Moin Sebastian.
Hat jemand eine Idee?
Das geht und ist selbstverständlich w3c-konform:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>HR</title>
<meta http-equiv="content-type" content="text/html;CHARSET=iso-8859-1">
<style type="text/css">
hr { margin-top:2.5cm; }
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
text
<hr>
text
</body>
</html>
Allerdings können das wohl noch nicht alle Browser, Netscape 6.1 hat damit (lt. selfHTML) Probleme. Opera 7.54 und IE 6.0 kanns jedenfalls.
Gruß Frank