I have a small chat zone in one of my clip. I use htmlText on it, I display an image before each line. The text output is like:
<br><img src="MyLibraryImage"><font color="red">MyText</font>
<br><img src="MyLibraryImage"><font color="red">MyText2</font>
<br><font color="red">Sometext</font>
<br><font color="red">Sometext2</font>
The problem is that MyText and MyText2 are well aligned, but Sometext starts at the end of the image, but there arent. Sometext2 starts at the right place. Look the screen if you don't understant ^^
Screen:
<br><img src="MyLibraryImage"><font color="red">MyText</font>
<br><img src="MyLibraryImage"><font color="red">MyText2</font>
<br><font color="red">Sometext</font>
<br><font color="red">Sometext2</font>
The problem is that MyText and MyText2 are well aligned, but Sometext starts at the end of the image, but there arent. Sometext2 starts at the right place. Look the screen if you don't understant ^^
Screen: