Home › Forums › CSS › PLEASE help, please… Wrapping text around image? › Re: PLEASE help, please… Wrapping text around image?
September 1, 2012 at 3:44 pm
#108861
Member
Hiya!
Just add a float: left;
to the img css:
#info-page img {
background-attachment: scroll;
background-clip: border-box;
background-color: #E8EAE8;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
float: left;
}