Inline Images

Options
Karen.M.70
Karen.M.70 Posts: 3 🔍
edited March 11 in Training

How do I make the text wrap around an image.

Tagged:

Answers

  • Shobhit.S.365
    Options

    Hi @Karen.M.70

    Thank you for reaching us through the community

    We appreciate your feedback and have identified this as a feature request. I have found an existing PIE idea that matches your query.

    As you deem appropriate, kindly leave your comments and promote this idea.

    https://desire2learn.brightidea.com/ideas/D9416

    The Product Idea Exchange is designed for direct submission by our clients and end users to our Product Development organization and has the following advantages:

    • Allows you to receive direct updates on each request you submit

    • Allows other community members to vote on ideas

    • Allows other community members to contribute to and collaborate on each idea

    • Ensures ideas that have the greatest impact on our clients and end users receive consideration for inclusion in future releases.

    We look forward to hearing from you at the Product Idea Exchange!

    Kind regards,

    Shobhit Sachdeva

  • Jennifer.W.973
    Jennifer.W.973 Posts: 235 🌟
    Options

    @Karen.M.70 You'll have to update the CSS styles in the source code on the image. Add the styles float and margin and specify right or left and how much of a margin you want to set the image away from the text. Here's an example when adding an image from the editor and manually updating the style attributes (leave alt text empty if it's a decorative image):

    <img src="CoursePath/image.png" alt="" data-d2l-editor-default-img-style="true" style="float: right; margin: 15px; max-width: 100%;">