Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how to style links in only one specific div? Re: how to style links in only one specific div?

#139684
webtmc
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.