dhodgdon
Posts: 80
|
| Posted: 04/20/2005, 11:31 AM |
|
I want to change the style (specifically the color) of a link dynamically. I can successfully change the text, URL and visibility with the .value, .link and .visible run-time properties. I tried putting HTML controls in the .value string but it simply displays the HTML as string text.
Any suggestions?
_________________
Regards,
David Hodgdon
|
 |
 |
peterr
Posts: 5971
|
| Posted: 04/20/2005, 11:39 AM |
|
Please try setting the "Content" propety of that link to "HTML".
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
dhodgdon
Posts: 80
|
| Posted: 04/20/2005, 12:02 PM |
|
That did it. Thanks!
_________________
Regards,
David Hodgdon
|
 |
 |
|