Wrapping Text Around an Image
-
How can I wrap text around an image in WordPress? What is the code?
Thanks -
It’s pretty simple, there’s no code necessary. You just have the text ready in the editor, then insert the picture from the upload tab. After that, select the picture by clicking it and then click one of the align text buttons.
-
-
Could you be more specific about what it actually does and what you want it to do? It’s also not necessary to post to more than one thread with the same issue.
There is no function on a WP.com blog that I’m aware of that will have text on both sides of an image, if that’s what you’re looking for.
-
This is another approach
upload the image and switch to the code tab
at the end of the image code you see/><a>
insert one of the following
align = "left" /><a>
align = "right" /><a>
- The topic ‘Wrapping Text Around an Image’ is closed to new replies.