Forums

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

Home Forums CSS How to center image inside a tag ? Re: How to center image inside a tag ?

#135400
Kitty Giraudel
Participant

a img {
display: block;
margin: 0 auto;
border: none;
}