--- In [email protected], Guido <[EMAIL PROTECTED]> wrote: > > Hi, my question is a simple one, yet I can't seem to fancy a way of doing > this. > > Basically, I want to know how possible it is to set a style to a "certain > part" of the component, and not to it all. > > For example, i have a Label component that reads: > > I am a cool label > > And I would like it to display like: > > I am a cool label > > Is there a way of doing this? > > Thanx! > > Guido. > Instead of standard text use html text such as:
htmlText="I am a <I>cool</I> label"

