Results 1 to 2 of 2

Thread: CSS Text Wrapping/ Floating Image Issue

  1. #1
    Join Date
    Aug 2009
    Posts
    6

    CSS Text Wrapping/ Floating Image Issue

    I've read up on the "collapsing parent" issue, and am not sure if this is a case of that or not. Here is the example:

    http://www.ohwellsowhat.com/house/index.php

    As you can see, I've floated the large image to the left and I am trying to get the smaller picture to go down the column on the right. What happens is the first word in the next paragraph appears at the top of the picture. I'm baffled!

    I feel like my "flow" is out of order. Please help!

  2. #2
    Join Date
    Sep 2011
    Location
    London, UK
    Posts
    60
    Try adding this code to your CSS file
    Code:
    .right{
    	margin: 5px 0 5px 18px;
    	padding:0;
    }

Similar Threads

  1. Wrapping text around image
    By ketanco in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 10 Jun 2008, 02:08 AM
  2. wrapping Text
    By Liquid-Fire in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 19 Dec 2005, 09:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •