Left aligned image

Small left aligned images use the class “left” to get them to display on the left side of the text you’ve entered, as demonstrated below.

This post shows you how to insert a left-aligned image normally without any lightbox functions.

To insert a small left-aligned image into a page or blog, you just need to use the “insert image” function in your toolbox.

You then use standard html code to refer to your image, ensuring that you give it a class of “left”.







HTML code for inserting the above image

<img src="/files/your-image-name.jpg"  class="left"/>

Textile code for embedding the above image

!(left)/files/your-image-name.jpg!