Is it possible to change line on a float object?
For example let say I have one <b> tag, one <p> tag and one <img> tag:
I want the <img> to have float right and the <b> to have float left then I want the <p> to have float none so it will go around the image.
However if I have float left on the <b> tag the <p> will stay on the same line as <b> and the only way I know how to move it down is by giving the <b> tag a width on 100%
see attached image for an example of how I want it to align