Forums

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

Home Forums CSS postion: absolute Re: postion: absolute

#122386
rosspenman
Participant

Try this.

img {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
}