AllenCW
Oct-26-2008, 07:49 PM
How would I make the "Email me" the color white??
function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }
In the footer, I have......
<a href="javascript:norobotmail('me', 'mydomain.com')">Email me</a>
OR
The "Contact me" in the color of white........<a href="mailto:me@mydomain.com">Contact me</a>
My example would be is.....how did "Denise Goldberg" at http://www.denisegoldberg.com/ get the "Contact me" blue.
What is the code please to change color of the email link.
Allen
function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }
In the footer, I have......
<a href="javascript:norobotmail('me', 'mydomain.com')">Email me</a>
OR
The "Contact me" in the color of white........<a href="mailto:me@mydomain.com">Contact me</a>
My example would be is.....how did "Denise Goldberg" at http://www.denisegoldberg.com/ get the "Contact me" blue.
What is the code please to change color of the email link.
Allen