18-10-2012, 14:41
Kod:
.sample {overflow:hidden; clear:both;}
.sample img {display:inline-block; margin-right:10px;}
.sample p {dispaly:inline-block;}
lub
Kod:
.sample {overflow:hidden; clear:both;}
.sample img {float:left; margin-right:10px;}
.sample p {float:left}