Click to See Complete Forum and Search --> : Loading html to dynamic text object
calow21202
07-14-2003, 05:38 AM
It's not shown on the html example, but I just want to verify whether or not I can use BODY tags: text="#000080" link="#ffffff"; etc.
necromanthus
07-14-2003, 06:53 PM
Originally posted by calow21202
It's not shown on the html example, but I just want to verify whether or not I can use BODY tags: text="#000080" link="#ffffff"; etc.
NO
But you can use a TRICK with the same result.
For example:
<a href="http://www.koolmoves.com><font color="#FFFFFF">KoolMoves</font></a><font color="#000080">...Kool Moves</font>
;)
calow21202
07-16-2003, 08:16 AM
Thank you! I'll give it a try. It's not just color, but color changing with the mouse click that I'm looking for.
necromanthus
07-16-2003, 06:44 PM
Originally posted by calow21202
Thank you! I'll give it a try. It's not just color, but color changing with the mouse click that I'm looking for.
What are you looking for is JavaScript (not available for DynamicText).
For example,insert these lines after your <HEAD> tag:
<style type="text/css">
<!--
select { font-family: Arial; font-size: 9pt}
input { font-family: Arial; font-size: 9pt}
A:hover {text-decoration: underline; color:red;}
-->
</style>
cheers
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.