Wrapping by Altering the HTML code
You may also wrap text around an image by adding an alignment component to the IMG tag in the HTML window.
To wrap text around an image by altering the HTML code:
-
Insert your image in the WYSIWYG content editor window.
-
Type a paragraph of text into the WYSIWYG content editor below the image.
-
Click
, Edit HTML Source.
-
To align a paragraph of text such that the text closely hugs an image to its RIGHT:
-
To align a paragraph of text such that the text closely hugs an image to its LEFT:
-
To place more space between the edge of the image and the block of text::
-
Increase the number of pixels (px) to increase the spacing.
-
Click Update to return to the previous view. Your text should now appear beside your image.
<IMG src="http://www.website.org/imagepath.gif" align=left>
<IMG src="http://www.website.org/imagepath.gif" align=right>
<IMG src="http://www.website.org/imagepath.gif" align=left border=10px>