Forums

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

Home Forums CSS PLEASE help, please… Wrapping text around image? Re: PLEASE help, please… Wrapping text around image?

#108861
Mottie
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;
}