Lists with images in sentences are lowered from number

This forum is for all Flare issues not related to any of the other categories.
Post Reply
Toko
Propeller Head
Posts: 25
Joined: Thu Jul 05, 2018 3:24 am

Lists with images in sentences are lowered from number

Post by Toko »

Hi,

I have a number list. Some numbered steps have images in their sentences. For example:
1. Click the <image> icon, and then from the shortcut menu, choose Create VM.

Problem: In the HTML output, as the image height is slightly greater than the text height, it lowers the entire line (to provide spacing from previous paragraph), but the actual number of the list (e.g., "1.") remains at its original position!
Note that the PDF output is correct - number and its sentence with image stick together and are all lowered together.

Question: How do I make the number remain aligned with the text (like PDF output)?

CSS Style of list:
p.ListNum1
{
margin-left: 25.2px;
mc-auto-number-format: 'N:{color #4472AB}{b}{n+}{ =0}{ =0}.{/b}{/color}';
mc-auto-number-offset: 25.2px;
mc-auto-number-position: outside-head;
mc-hyphenate-shortest-word: 30;
}

Mike
Post Reply