Using the flex text area I am trying to put an image inside a list. Whatever I do, the image is pushed to a new line. If anyone has dealt with this before would more than appreciate a pointer as to whether it can be done. The html is below. I want to show text and the image on the same line in list item 2. I have taken some of the formatting out for readability.
<TEXTFORMAT ><LI><FONT SIZE="18">1 some text</FONT></LI></TEXTFORMAT>
<TEXTFORMAT><FONT SIZE="18">2 some <FONT COLOR="#0000FF">
<A HREF="event:http://bbc.co.uk" TARGET="_blank">
<img id='testImage' src='embed.AcceptIcon' width='16' height='16'/>
</A></FONT></FONT></LI></TEXTFORMAT>
<TEXTFORMAT ><LI><FONT SIZE="18">3 some text after the image.</FONT></LI></TEXTFORMAT>