Ich möchte gerne, wenn ich eine Überschrift mit <h1> - <h6> angebe, das diese nicht so weit vom Absatz
entfernt steht. Ich habe mit css schon vieles probiert. mit "height" und "line-height" dachte ich das Problem zu lösen.
Code
[b]Überschriftentitel[/b] - 0,30 EUR pro 1000 Seitenaufrufe
So ist der Textinhalt näher an der "Überschrift" mir ist bekannt das diese Form keine "wirkliche" Überschrift ist. Aber es lösst mein Problem</p>
Meine CSS-Angabe falls nötig
Code
body {background:#E9E8E6; color:#333; font:0.9em/1.7em Arial, Helvetica, sans-serif; padding:0; margin:0;}
a {color:#333; text-decoration:none;}
div#menu {background:#666; margin:0; padding:0;}
ul#menuleiste {margin:0; padding:0;}
ul#menuleiste li {display:inline; list-style:none;}
ul#menuleiste li a {font-size:0.75em; color:#F4F4F4; padding:5px 10px;}
ul#menuleiste li a:hover {background:#F4F4F4; color:#666;}
#logozeile {background:#000 url(../images/meik-schmidt-02.jpg) no-repeat left; height:70px; border-top:1px solid #CC9933; border-bottom:1px solid #555; padding:10px 0 0 150px;}
div#werbung {background:#333 url(../images/schatten-oben.gif) repeat-x bottom; padding:3px 0 9px 10.4em; margin:0;}
div#werbung a {font:0.75em/1.3em Arial, Helvetica, sans-serif; color:#BBB;}
div#werbung a:hover {text-decoration:underline;}
div#navi {float:left; margin:5px 0 0 0; border-right:1px solid #666; padding:0 1px 0 0;}
div#navi img {border:1px solid #D5D5D5; padding:5px; margin:0 0 5px 0;}
div#navi img:hover{background:#CCC; border:1px solid #666;}
ul.navigation {margin:0; padding:0;}
ul.navigation li {list-style:none; margin:0; padding:0; }
ul.navigation li a {display:block; margin:0; padding:0 0 0 0.3em; width:10.0em; height:auto;}
ul.navigation li a:hover {background:#666; color:#E9E8E6;}
div#inhalt {margin:0 0 0 10.2em; padding:0 20px 30px 20px; text-align:left;}
div#inhalt a {text-decoration:underline;}
div#inhalt img {border:1px solid #D5D5D5; padding:5px; margin:0 5px 5px 0;}
div#inhalt a img:hover{background:#CCC; border:1px solid #666;}
div#aufenthaltsort {font-size:0.75em; border-bottom:1px dotted #333;}
div#aufenthaltsort a {text-decoration:none;}
div#aufenthaltsort a:hover {text-decoration:underline;}
h1 {font-size:1.2em;}
p {text-align:justify;}
div#fuss {clear:both;background:#666 url(../images/schatten-unten.gif) repeat-x top; margin:0; padding:6px 0 0 0; border-bottom:1px solid #555;}
ul#fusszeile {margin:0; padding:0;}
ul#fusszeile li {display:inline; list-style:none;}
ul#fusszeile li a {font-size:0.75em; color:#F4F4F4; padding:5px 10px;}
ul#fusszeile li a:hover {background:#F4F4F4; color:#666;}
#kontaktformular {margin-top:19px; padding:5px;}
input, textarea {background:#F4F4F4; border:1px solid #999; color:#363636;}
.fehler{color:#FF0000;}
.klein {font-size:0.75em;}
#google-adsense { float:right; border-left:1px dotted #666; border-bottom:1px dotted #666; margin:10px 0 10px 20px; padding:0 0 0 5px;}
Alles anzeigen
Ich habe den ganze code gepostet, weil es ja sein kann das es noch von etwas anderem abhängig ist ...?