PDA

View Full Version : Float Question


Geocaris
05-21-2008, 12:48 PM
Hi I am new and have a Float question. I have an image that I am Floating left of some text, then the following Paragraph is cleared of the float. How can I get the text next to the Floated image to fall and align naturally with the bottom of the image rather than the top.

In the class for the image I am Floating left, and have some margin and border settings.

Thanks, here is the code for the area.

<p><img class="general_pic_1 "src="old_days.jpg" width="150" height="125" /></p>
<p>We repair most types of boots and shoes. In addition to replacing worn heels
and soles, we stitch seams, replace eyelets, .......shoes look great when
we return them to you. </p>
<p style="clear:left">We use quality <strong>Vibram</strong> and <strong>SoleTech</strong> soles and soling products.
We also stock a wide range of specialty soling products for special needs.</p>

Paul
05-21-2008, 02:33 PM
I'm having a hard time understanding what you are asking. Can you please post an example page you are working with complete with the CSS code you are using?

Pegasus
05-21-2008, 03:08 PM
Try adding vertical-align: bottom; to the floating CSS.