Home › Forums › CSS › how to style links in only one specific div? › Re: how to style links in only one specific div?
June 21, 2013 at 12:56 am
#139684
Participant
div.yourclassname a{yourstyles:here}
This will style only the links in a div with the class of yourclassname. The rest of your links [a’s] will not be effected.