I know this is basic stuff, but I can’t line up this text. I’ve tried:
<font size="5" color="#000000" face="arial" align="middle">TEXT</font>
<img src="/default/images/IMAGE.jpg" alt="" />
<font size="5" color="#000000" face="arial"
vertical-align="middle">TEXT</font>
<img src="/default/images/IMAGE.jpg" alt="" />
<font size="5" color="#000000" face="arial"
align="left">TEXT</font>
<img src="/default/images/IMAGE.jpg" alt="" />
But the TEXT still sits at the bottom next to the bottom of the image. What can I try to get the text floating to the left of the image in the middle?
Thanks