Discussion board
how to use different colors?
By Arpitha H Gowda
sir,
how to use different colors for the links in same page?
Reply
Post   Reset
Sanjay S Nair replied to Arpitha H Gowda Saturday, October 31, 2009
You could different classes for different links. Create a class .red{color:red;} and class .blue{color:blue;}. Then use these 2 classes in two different links, that is <a> tag. eg: <a class=red>Red Text</a><a class=blue>Blues text goes here</a>

Regards,
Sanjay