Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1487622

    Hi everyone.
    Is there a tool or way to insert images into text so that it flows around it?

    https://img.savvyify.com/image/Text-around-images.yycoy

    #1487637

    Hey icarogioiosi,

    Thank you for the inquiry.

    You have to set the float property of the image to right or left. This will allow the surrounding text to flow around the image.

    Example:

    HTML:

    <img src="test.jpg" class="av-float-right" />Long text here..
    
    

    CSS:

    .av-float-right {
       float: right;
       margin: 10px;
       max-width: 242px; 
    }

    Let us know the result.

    Best regards,
    Ismael

    #1487764

    Hi Ismael.
    It works perfectly for me.
    Is there a way to enlarge the image to its original size by clicking on it?
    Thanks for your time.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.