Sunday, November 21, 2010

Change font color of link in one div only?

I know how to change the font color of hyperlinks but I cant find how on earth you chnage the font colour of hyperlinks only for certain divs?





Thanks for any answers :)Change font color of link in one div only?
Create a class is CSS in the head of your page like this:



%26lt;style%26gt;

.alternatediv a

{

color: red;

}

%26lt;/style%26gt;



and then assign that class to the div you want to have the new hyperlink colors like this:



%26lt;div class=';alternatediv';%26gt;

%26lt;a href=';SomeLink,html%26gt;Click Here%26lt;/a%26gt;

%26lt;/div%26gt;



I hope that helps! Let me know!

No comments:

Post a Comment