Forum : how to use different colors?
Brief description  about Online courses   join in Online courses
View Arpitha H Gowda 's Profile

how to use different colors?

sir,
how to use different colors for the links in same page?
Asked by Arpitha H Gowda | Oct 29, 2009 |  Reply now
Replies (1)
View sanjay s nair 's Profile
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
Oct 31, 2009