Quote:
Originally Posted by RbnJrg
Float the image to the left. I
|
Thanks. "Float" was the magic word.
I made this CSS:
img.mug {
width:25%;
float:left;
margin-right:1em;
}
br.cb { clear: both; }
This for "mugshots" next to one-para bios.
<br class="cb" /></p>
at the end of the para so the next one starts below the image of the first.