Has anybody had trouble with HTMLText displaying line breaks for every tag you insert? for example if I insert <a></> it treats it as <br> <a> </a> </br>. whats up?
Hmm I guess flash only support a limited ser of html tags. But <a> is supported in flash the only thing is flash is not doing the advance parsing of html tags like u can do with other languages. so its just a guess but might work try closing the <a> tag properly rather than using the short hand version</>
so try this
<a></a>
also to get rif of unwanted spaces u can alwas use textfield.condenseWhite = true;
hop ethis works
Html support is direā¦ would be really ace if we could render html as a browser would.