Horst: HR Abstandfestlegen

Beitrag lesen

Hi Dave,

das hier funktioniert ziemlich gut:

<html>

<head>
 <style type="text/css">
 <!--
   hr.knapp { margin-top:-10px; margin-bottom:1px; }
 -->
 </style>
</head>

<body>
Hallo, hier ist die Linie:
<hr class="knapp">
Hallo, hier ist die Linie:
<hr>
</body>
</html>

Gruß vom Horst