remove blue color in hypeline

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pramod mishra
    New Member
    • Oct 2011
    • 1

    remove blue color in hypeline

    I had different heading with different colors I code it with color but when I linked it all heading gone in color blue I want it colors previously wia css

    any way in which I defined in css that colors effect ignore of html tag a
  • hellodipak
    New Member
    • Jun 2010
    • 26

    #2
    a{
    color: yourColor;
    }

    Comment

    Working...