TTMSFMXHTMLText Image Wrapping

Hi,

I am setting the text of this component to: '<IMG src="Dice" width="64" height="64" float="left"> The dice are rolled by clicking on the dice button and checkers are moved by dragging them with your finger. Initially you are given 1,000 points with a bonus of 500 points being awarded each subsequent day that you play.'

But this is being displayed as:


Please advise how I can get the text to start at the top of the image and wrap correctly.

Thanks,

Ken

The float attribute was not yet ported from the VCL version of our HTML engine to the FMX version. We've put it on the todolist to do this port.

Thanks but slightly annoying as it is specifically mentioned in your FMX documentation!