• Hello,
    I am trying to insert/float 3 small images in a paragraph. I am not an expert, but I know a little html. I want 3 images to align vertically one under the other, and on the left side of the text. I have tried everything I can think of. I have inserted 3 images using the editor, but it ended up a mess. I know I probably need to use the text version of the editor but I don’t know what code to use. Does anyone have any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter geeky_girl01

    (@geeky_girl01)

    I took a look and it looks like it is a plugin that uses tables. I’m a little afraid to use tables because it won’t be mobile-friendly. Is there any way to align my images vertically without using a table?

    Hi there!

    If you know HTML, try this type of code. For all three images:

    <image style=”align:left; float:left; clear: both;” …… />

    Thanks

    Thread Starter geeky_girl01

    (@geeky_girl01)

    Hi,
    I’ve been trying the html above and the images do float nicely to the left. However, the text is not wrapping around the images. Here is the first two paragraphs:

    <div style="width: 40%; float: right; padding: 10px;">
    
    </div>
    <img src="https://camwoodbats.com/wp-content/uploads/adult-bb-1-h-text-resized.jpg" style="”align:left;" float:left;="" clear:="" both;”="">
    <img src="https://camwoodbats.com/wp-content/uploads/adult-bb-1-h-text-resized.jpg" style="”align:left;" float:left;="" clear:="" both;”="">The CamWood Trainer is a weighted baseball training bat used by over 1500 high school, college and professional baseball programs. The unique design of placing the extra weight of the bat down by the hands has proven to develop the proper bat path - keeping the hands inside the baseball.
    
    With its perfectly balanced design, the CamWood Trainer allows the hitter to overload in order to build more power and bat speed while developing the proper hand path through the hitting zone.

    Here is the url for the page (it is only a test page):
    https://camwoodbats.com/abc-test

    The text has been wrapping around the video (also in the first paragraph) just fine, but when I ad the two floated images, the text is not wrapping around the images.

    If anyone has any idea how I can fix this, I would really appreciate it.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Align 3 Images Vertically’ is closed to new replies.