Forums

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

Home Forums CSS Text not wrapping around image Re: Text not wrapping around image

#102117
BryGuy
Member

Weird thing is that I do have float elements in my CSS:

.thumbnail {
float: left;
}

.thumbnail img {
float: left;
margin: 4px 16px 0 0;
}

Not sure why it’s not using them.