Page 1 of 1

Remove underline in HTMLText?

Posted: Fri Sep 26, 2008 10:56 pm
by Garrett
I'm using an edit field, and putting some htmltext in there with some links on some of the text, but what I would like if possible is to have the links without the underline on them. Is that possible?

Or am I going to have to search through the text when it reaches the edit and set a textstyle of plain on them, and if so, will that kill the link?

Thanks in advance,
~Garrett

Posted: Fri Sep 26, 2008 11:46 pm
by Mark
Hi Garret,

Code: Select all

set the underLineLinks of this stack to false
Just too easy, right? ;-)

Best,

Mark

Posted: Fri Sep 26, 2008 11:59 pm
by Garrett
LOL!!! You ain't kidding either!

Thanks a bunch Mark, much appreciated :-)
~Garrett