AW: [Joomla 1.5] Dünne Linie zwischen Überschrift und Text
Ganz einfach in css, Bsp.:
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#990000;
line-height:40px;
margin-bottom:20px;
border-bottom: 1px solid #990000;
}
Durch line-height bestimmst du den Abstand...