Forums

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

Home Forums CSS How to alternate images and align text Re: How to alternate images and align text

#69132
TheDoc
Member

You will need to do something like this:

<img floated left><p>Bio</p>

<clearing div>

<img floated right><p>Bio</p>

<clearing div>

etc etc

The floating images, without clears are what are causing the jumble to occur.