Forums

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

Home Forums CSS Large link in background of website- not sure what to do…may just need help resizing. Re: Large link in background of website- not sure what to do…may just need help resizing.

#104140
Paulie_D
Member

try adding

img {
border: none;
}

to your css.

I think that’s it. IE automaticlly puts a border round linked images.