I’m wondering what CSS I can use to automatically force the posted section (“Posted by” etc.) down below the image in posts like this.
The CSS for posted sections is:
.posted {
color: #000000;
text-align: left;
padding-top: 5px;
padding-bottom: 19px;
font: 11px "lucida grande", verdana, arial, sans-serif;
}
The CSS for the image in that post is:
img {
margin: 0px;
padding: 0px;
border: 0px;
}
.image_left {
margin: 0px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
float: left;
}
