View Full Version : Changing font color of Typing Scroller?
nfgkid
04-05-2006, 04:25 PM
How would I go about doing this? Thanks!
People never read the stickies, do they?
nfgkid
04-05-2006, 04:59 PM
Whoops. Sorry about that. Here's the script I'm talking about. http://www.dynamicdrive.com/dynamicindex2/typescroll.htm
Find:
document.write(' style="background-color: '+document.bgColor+'; color: '+document.body.text+'; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none" Replace:
document.write(' style="background-color: '+document.bgColor+'; color: orange; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none" Change orange to whatever colour you like.
nfgkid
04-05-2006, 07:10 PM
Thanks for the help! :)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.