Forums

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

Home Forums CSS alternative links border-bottom and images… Re: alternative links border-bottom and images…

#59172
apostrophe
Participant

Give all of your links with an image a class.
eg.

Code:

and remove the border via that class

Code:
a.image {
border: none;
}