In snap 1 user entered:

1. Hello
2. To
3. World

In Snap 2:

# Hello
# To
# World

Notice how the text is overlapping the image.

CommentFileSizeAuthor
Snap2.png5.89 KBamitaibu
Snap1.png5.89 KBamitaibu

Comments

arhip’s picture

That is due to the nature of list numbers. But we can give some space around the image, by setting its margin. Try this example:

<img src="/files/0219.jpg" style="float:left; margin: 20px;"/>
#abc
#def
#ghi
  

Make sure the image and the first item #abc are in different line. If not, as in this example below:

<img src="/files/0219.jpg" style="float:left; margin: 20px;"/>#abc
#def
#ghi
  

would produce result similar to # Admin message in Snap2.png.

avpaderno’s picture

Category: bug » support
Status: Active » Fixed

I am changing the category because what reported is not a bug of the module, and I am setting the report as fixed because it got an answer.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.