Quote:
Originally Posted by FrustratedReader
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;
}