Hi Guys,
Been trying to find a solution to this for ages but can't. I've been trying to get a simple wordpress loop coded to show the image from my posts on the left with the post title and excerpt to the right and wrapped around the image.
For some reason all I seem to get is the first line of the excerpt to the right and at the bottom of the image whilst the rest of the excerpt is below the image and aligned left. I've tried aligning the image left when inserting it into the post, and the style.css contains the following code -
#content img {
margin: 0;
height: auto;
max-width: 640px;
width: auto;
float: left;
}
#content .attachment img {
max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}
Any ideas why the text is not wrapping round the image? Any ideas would be much appreciated!?
Thanks.