Wrap Text in 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, use the following code:
-
To align a paragraph of text such that the text closely hugs an image to its LEFT, use the following code:
-
To place more space between the edge of an image and the block of text, use the following code::
-
(Optional) 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.
<p align=right>Paragraph text.</p>
<p align=left>Paragraph text.</p>
<IMG src="http://www.website.org/imagepath.gif" align=left border=10px>