View Single Post
Old 04-03-2015, 10:44 PM   #3
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Quote:
Originally Posted by RbnJrg View Post
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.
AlanHK is offline   Reply With Quote