• The type of image wrapping im talking about is when text is automatically formated to go around an image.

    My blogs url is tjmyers.111mb.com
    I use the relaxation theme for wordpress 1.5 [link]

    The template is automatically wrapping the text, and is interfering with the images that I have on my “pages”. I would think that image wrapping would be defined in the css stylesheet. Can anyone explain to me how to remove it?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter t3

    (@t3)

    *i have also just noticed that my links on my sidebar have moved WAY down the sidebar (tested in mozilla & ie) . I think this has something to do with the images also.

    find:

    #content img {
    float: left;
    margin: 5px 15px 0 0;
    border: 1px solid #e0e0d0;
    }

    and remove the float: left

    Thread Starter t3

    (@t3)

    wow. speedy reply. Ill try that. thanks

    *yes it worked. my text is no longer bothered by my images. My sidebar links are still moved way down though. any suggestions?

    Check out the information at http://wordpress.org/support/topic/34592 for a more detailed explanation.

    this is a kubrick based template as far as I rem – do a search for kubrick sidebar and you should find yourself a solution. You could try adding a clear to each floated box.

    1. Fix your validation errors
    2. Use the techniques for wrapping left and right floated images from the post I just gave you. Making your content image float left will make ALL images within your content container float left and you might not want to do that. You can also create a class that sets the image to not float but centered is nice. Just call it class=none and have it say img.none {float:none} and add a little padding around it. Think ahead.
    3. It looks like there is a forgotten DIV closeing or something that is pushing it down. The validation errors may include that so fix those. If that doesn’t clean up your sidebar being pushed down, let us know and we’ll dig deeper.

    Thread Starter t3

    (@t3)

    i have ended up using the 3 coloumn relaxation template. [link]

    When removing the float tag, the sidebar does not become distorted. The author has apparently touched up on the original.

    thanks for your help everyone. 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing Image Wrapping’ is closed to new replies.