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.
Printable View
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.
NOQuote:
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.
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>
;)
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).Quote:
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.
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