Quote:
Originally Posted by increase
I am using bullet point images and used
<img src="../Images/Bullet_point_blue.png" width="20" height="20" align="text-top" style="font-size: 1em; text-indent: 0em;"/>
But Sigil does not like the align, how can I wrap the text after the bullet image so that is is centered properly?
|
Out of curiosity, what units are you using for width and height? 20 is meaningless without the units (cm, px, pt, whatever) or %. Using absolute values (width=20px for example) is bad since the image can be overlarge on a low resolution screen and too small on a high resolution screen. Check any decent site for the width and height properties.