Hi, there
I have a dynamic text box with the variable :textlink
In actionscript, I put:
textlink = "<a href=\"html\\mainpage.htm\">Conducting A Performance Preview Session</a>";
But now I want to add the following javascript into it:
<style type="text/css">
<!--
a:hover { color: #FF3333; text-decoration: none}
a:link { text-decoration: none; line-height: normal}
a:visited { text-decoration: none}
-->
</style>
How can I combine two?? I tried and failed.. anyone can help??
Thank you .
Jenny
I have a dynamic text box with the variable :textlink
In actionscript, I put:
textlink = "<a href=\"html\\mainpage.htm\">Conducting A Performance Preview Session</a>";
But now I want to add the following javascript into it:
<style type="text/css">
<!--
a:hover { color: #FF3333; text-decoration: none}
a:link { text-decoration: none; line-height: normal}
a:visited { text-decoration: none}
-->
</style>
How can I combine two?? I tried and failed.. anyone can help??
Thank you .
Jenny