Does anyone know the code I put in images to make sure the text within the post wraps around them?
Currently it just makes a big blank space beside the image and this isn't what I want them to look like.
Thank you :)
Does anyone know the code I put in images to make sure the text within the post wraps around them?
Currently it just makes a big blank space beside the image and this isn't what I want them to look like.
Thank you :)
In WordPress, you can use CSS attribute alignleft, aligncenter, or alignright for images. It will cause text wrap around image.
Hello,
They all seem to say alignleft already. For example, one picture is:
So if it is already coded for "alignleft" why does it not wrap the text? Is there anything else I could try? Thank you.
please check your style.css file if it has this:
.alignleft {
float: left;
}
alternatively, maybe you can click the html tab on your post and insert
style="float:left;"
within your img tag
This topic has been closed to new replies.