Sönke: Abstand unter <h1> ändern

Beitrag lesen

Oh, ein Namensvetter!

Versuche es mal so:

<style type="text/css">
<!--
h1 {
  margin-bottom:0px;
}
span.NC4 {
  margin:0px;
}
-->
</style>

<h1>TEXT TEXT TEXT</h1><span class="NC4"></span>

Falls jetzt ein <p> kommen sollte muß das natürlich auch noch margin-top:0px bekommen. Dann sollte es auch im Netscape funtionieren.

Gruß,
Sönke