Oct 24 2007
Preventing Text Wrapping Around Images
As I was writing the Survey builder article I wanted to prevent text from wrapping around my images. I simply wanted to display the image and have the text start below it rather than having it flow around it. I found that you can do this using HTML or CSS code.
HTML
<br clear=left|right|all>
CSS
clear: none | left | right | both

