From: "Linda Quinn" <[EMAIL PROTECTED]>

>I have a page that lists instructors with their bios, and the bios
> are of varying lengths. I recently added photos for some of the
> instructors, and in the case of people with short bios, the spacing
> doesn't look very good.
>
> www.lifeonwheels.com/pages/instructors.htm
---------------------------------------------------------------------
Hi Linda,
Clear the paragraph that encloses the image and bios text and set
a bottom margin.

Add the following to your CSS:

#infotext p {
    width:100%;
    overflow:auto;
    margin-bottom:5px;  /* or another value at your taste */
    }

Regards

MaurĂ­cio Samy Silva
http://www.maujor.com/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to