1 div pro eintrag ist IMHO genug
Was ich vergessen hatte: Der Text hat noch ne Überschrift. Somit muss Überschrift und Text in ein Div, um es richtig floaten zu lassen, oder?
Mein Markup:
<div class="block">
<div class="infoleft">
<h1>02. Juni</h1>
<p>blablabla</p>
</div>
<img src="/images/content/bild.png" alt="bbb" />
</div>
.block{
border:solid 1px #9eb3df;
margin:40px 0;
padding-top:60px;
}
.infoleft{
width:400px;
padding-right:10px;
float:left;
}
Problem: Die Höhe vom Block ist nur so hoch wie das Bild, nicht wie der Text-Inhalt (bzw. je nachdem was höher ist)