PDA

View Full Version : Wrap text around image


JoeCooley
11-13-2008, 09:07 PM
Is there a way to do this? I tried using align=left and the preview showed up fine. But when I saved it the text did not wrap.

JoeCooley
11-13-2008, 09:35 PM
Never mind I figured I figured it out. It works better in wp-admin. The wpd console is kinda screwy

IMStrong
11-14-2008, 05:26 AM
Hi Joe,
Could you let us know how you did it?

JoeCooley
11-14-2008, 09:57 AM
in wp=admin, when you are in your post, go to view html

add align="left" to img tag

so
img src="image/location.jpg" align="left"

this will push the image to the left and the text will flow next to it on the right.

reiki2
11-17-2008, 11:52 AM
Hi
By default there is no padding around an image so just add the following html tags

hspace="5" vspace="5"

Malc