The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › image question › Re: image question
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.