To wrap text around a large graphic:
- Create a Blank Page in the content area.
- Insert your graphic the usual way using the Add Image tool, browsing for it in the Content Collection or on My Computer.
- Click on the <> button to go into code view.
- Find the style=" " tag associated with the image and add the following bit of code inside the quotation marks: float: right; so that it looks like this:
style="float: right; "
That's the only change you need to make! When you exit the code view mode, the text should wrap the image. Note that you can change it to float: left; if you prefer the image to sit on the left side.
If you want to get even fancier, try the advanced tutorial.
Last updated: Sep 5, 2012



