Wrapping Text Around Images
Use the following code to wrap text around your images.
In your Canvas activity (page, assignment, discussion, etc), click the little link "HTML editor", then copy the code below, and paste the code into your activity. While in the HTML editor, use the insert content on the right, click on the images tab and locate your image in the list (do not click on it yet). With your image visible in the insert content, select the text "Your Image URL" in the pasted code, then click on your image from the insert content.
You can change the location of the image by selecting the word "Right" and typing "Left" in the code you pasted. You can also increase the space between your image and the text by changing the numbers 5px to 10px or 15px, etc.
After you edit the code, click the link "rich text editor" to return to your activity. If you are happy with the placement click save or save and publish
CODE TO COPY:
<div style="float: right; padding: 5px 5px 5px 5px;">your image URL</div>