Hi there,

How do I set just one word to bold?
So far I use the following code:
on mouseUp
 if the highlite of me is true
 then put "Mondelinge Taal - Communicatieve voorwaarden - Niveau 2"
&cr into tData
 then put "- Zit vijf minuten stil op een stoel bij een één-op-één
gesprek " &cr after tData
 then put tData into fld "doel"
 end if
 if the highlite of me is false
 then put empty into fld "doel"
 end mouseUp

I just want the word "Taal" to be bold.
I have got a lot of buttons that can be selected so the amount of text
of fld "doel" varies and therefore I cannot say:word 2 or line 1 of
fld "doel"

How do I do this?

The next action is that the user copies the entire text (with the bold
word "Taal") into another field. I guess it will lose the bold word
"Taal" then. This needs to work too!

After that the text will be printed (again with the bold word "Taal").
I've playing all day with filter, htmltext, textstyle etc. Nothing
worked. It gave me a headache!

Does anyone know how to do this. It must be simple but I gave up.

greetings,

William de Smet
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to