PDA

View Full Version : hyperlink



teng
May 7th, 2003, 03:27 AM
Is anyone know how to make a hyperlink for a word in a sentense?

eyeinfinitude
May 7th, 2003, 03:32 AM
I think you're trying to link dynamic text, if that's the case then take a look at this thread.

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=13986&highlight=dynamic+text+links

teng
May 7th, 2003, 05:20 AM
Can I apply this html code <body link="#C0C0C0" vlink="#808080" alink="#FF0000"> to the dynmaic text?

eyeinfinitude
May 7th, 2003, 01:36 PM
Yes

teng
May 7th, 2003, 09:52 PM
Where should I put this code:
in the following coding:

myText = ">Hello, Please visit [B]HERE";
textBox.html = true;
textBox.htmlText = myText;*