PDA

View Full Version : Link Colors



Stevens
05-04-2004, 11:11 AM
Supid question...

I have specified link text colors in the <body> tags of my site and I plan to put it in CSS later. But now I want to make the link to an e-mail address a different color. I just forgot how to do it. I think I'll need an in-line <style> tag, but I'm not sure how to code it. A quick reply for a little help...thanx...

ERIC

chrispian
05-04-2004, 12:20 PM
<a style="color: #FF0000" href="mailto:email@mail.com">email@mail.com</a>

Stevens
05-04-2004, 06:03 PM
Yeah...thanx...I forgot the <style> code and I couldn't find it anywhere...thanx again...

ERIC