Is there a way to avoid using <font> with CSS? I tried and searched
the documentation, but information about it appears to be scant.

--- In flexcoders@yahoogroups.com, "Jamie S" <[EMAIL PROTECTED]> wrote:
>
> I've done this recently using the htmlText property of the Label
> component and using a regular <a> tag. Flex doesn't style it to look
> like a normal link ( blue underlined ) but you can do that with a
> <font> tag. What's cool is you can use an event instead of a url (
> something like <a href='event:click'> ) and handle the the event in
> your Flex app to do some more complicated stuff.
> 
> Jamie
> 
> On Mon, Mar 31, 2008 at 5:46 PM, kenny14390 <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> >
> >
> > Is there a way to place a link (either LinkButton or just a plan
> >  hyperlink) inside of a TextBox component?
> >
> >
>


Reply via email to