Question
Padding has no effect in image in TLF
My Code:
var tl:String = "<p>Hello, <img paddingTop='10' paddingBottom='10' src='https://imgssl.constantcontact.com/letters/images/v8_your_image_100x100.gif' align='right'></img></p>";
htmlFlowReference.textFlow = TextConverter.importToFlow(tl, TextConverter.TEXT_FIELD_HTML_FORMAT);
Please suggest what i doing wrong....
