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.
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:
#abc
<img src="/files/0219.jpg" style="float:left; margin: 20px;"/>#abc #def #ghi
would produce result similar to # Admin message in Snap2.png.
# Admin message
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.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
arhip commentedThat is due to the nature of list numbers. But we can give some space around the image, by setting its margin. Try this example:
Make sure the image and the first item
#abcare in different line. If not, as in this example below:would produce result similar to
# Admin messagein Snap2.png.Comment #2
avpadernoI 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.