Forums

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

Home Forums CSS image question Re: image question

#66416
TheDoc
Member

Remove:

Width and float:right from the <p> tag.

Add:

Padding-left:10px to the <p> tag.

Change:

Float:left to float:right on the <img>.

That is what I would do.