guten morgen stefan,
Kann ich in bei einer Textformatierung einen in alle Browsern funktionierenden Absatzabstand angeben?
Ich meine nicht die Zeilenhöhe.
habe ich richtig verstanden? einen absatzabstand?
wie waers wenn du deinen <p> - tag nen abstand gibst?
<style type="text/css">
<!--
.p { margin-top:40px; }
-->
</style>
<p class="p">mit abstandsdefinition text</p>
<p class="p">mit abstandsdefinition text</p>
<p>ohne <br>abstandsdefinition text</p>
<p>ohne <br>abstandsdefinition text</p>
tschau
thomas