Forums

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

Home Forums CSS Images borders in IE problem Re: Images borders in IE problem

#89887

In your CSS include the following (rather than a img { … }):

img {
border: 0;
}