Hallo,
WP 2.9. Ich füge meinen Artikeln ein Bild hinzu, richte es links aus. (.alignleft)
style.css sagt:
Code
#centerColumn img.alignleft {
margin-right: 15px;
margin-bottom: 15px;
}
.alignleft {
float:left;
}
#centerColumn li{
list-style:circle;
list-style-type:disc;
color:#000;
margin: 0 0 0 30px;
}
#centerColumn ol{
list-style:circle;
list-style-type:disc;
color:#000;
margin: 0 0 0 30px;
}
#centerColumn ul{
list-style:circle;
list-style-type:disc;
color:#000;
margin: 0 0 0 30px;
}
Alles anzeigen
Habe mit li, ul und ol probiert, den Abstand korrekt hinzubekommen aber alle Listenpunkte, die rechts neben einem .alignleft Bild stehen, haben keinen Abstand zum Bild.