View Single Post
  #1 (permalink)  
Old 06-16-2007, 12:25 PM
mouse mouse is offline
Senior Member
 
Join Date: May 2007
Posts: 345
Default colors in hyperlinks?

I am using a div tag to put up some text, and there are a few hyperlinks there. I want to use different color in that div, how can I do it?

My css is
Code:
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
text-decoration: underline;
}
Reply With Quote