Forums

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

Home Forums CSS Prevent Images from Inheriting Padding Re: Prevent Images from Inheriting Padding

#136906
CrocoDillon
Participant

img.alignleft {
float:left;
margin: .5em 1.48em .5em -85px
}

works for me :)