Forum Moderators: open

Message Too Old, No Replies

Changing text link color in javascript

         

amandapearl

6:05 pm on Aug 19, 2005 (gmt 0)

10+ Year Member



This is going to probably sound like a stupid question, but I'm going to ask it anyway so I can try to find an answer. :)I know nothing at all about javascript. I'm given pieces of it to post on my site by people and the color is done in some shade of blue or black. Is there any way that I can change the color in the text to a color choice of mine by adding some type of html code before it or is there any other solution? Only taught myself html, so please consider that when explaining. :)

Don_Hoagie

6:11 pm on Aug 19, 2005 (gmt 0)

10+ Year Member



Can you post the scripts? My guess is that somewhere in the script there is CSS styling the links.

If you're on a Windows machine, hit Ctrl+F and search for something like "color" or "black" within the code text, and it should point you to the area in question.