Loaded HTML image layout

I am loading an html file into a textfield. The textfield is set to accept html and is wrapped and multiline. The html file contains consectutive image tags which cause the images to be displayed on top of each other.

Imported HTML File


<img src='file1.png'/>
<img src='file2.png'/>
<img src='file3.png'/>

Can someone provide instructions on how to get consecutive images to hold their space?