View Single Post
Old 02-13-2020, 12:57 PM   #4
increase
Connoisseur
increase began at the beginning.
 
increase's Avatar
 
Posts: 95
Karma: 10
Join Date: Jan 2020
Device: kindle
Quote:
Originally Posted by FrustratedReader View Post
Best to define a css style and use that either in p, span, div or img tags as appropriate.
Yes you are right, so for anyone else, it was this

<img class="”imgLeft”" src="../Images/Bullet_point_blue.png" width="20" height="20" style="font-size: 1em; text-indent: 0em;"/>

and css add
imgLeft {

float: left;

padding: 5px;

width: 30%;

height: auto;

display: block;

}
increase is offline   Reply With Quote