Support » Fixing WordPress » Wrapping Text Problem

  • Yes, I read all threads about this already but I have a problem that hasn’t been covered yet. Perhaps someone has the answered…

    I am using class=”alignright” for my images as defined in the .css

    The text wraps correctly around the images but the problem is that image itself disappears. The empty space is the size of the thumb and it is still clickable but the image is not shown. I have tried resizing the image smaller and text wraps again correctly but the thumb would not show up…

    What am I missing?

    Thanks.

Viewing 15 replies - 1 through 15 (of 26 total)
  • 1. It would help to have a link to the example page so we could check your codes.

    2. Are you viewing this in Firefox or MSIE? It might make a difference.

    3. If the link is “clickable” in the blank area, then the link is right but the address for the image might be wrong. Check the image location to make sure you have spelled it all right and have it totally right. To make sure, add your URL (site address) to the front of it like this:

    <img src="http://example.com/images/picture.jpg" class="alignright" alt="picture of something" />

    And see if that makes a difference.

    Thread Starter wpbob

    (@wpbob)

    Yes, the image path is correct. I have written the full path and if I drop that url on a browser I could see the image fine.

    I have also shut down my firewall but to no avail. The thumb will not show up. I can’t drop the link here because I handle adult content. I could privately though.

    I am at a complete loss…
    Will appreciate some help.

    heh having adult content hasn’t prevented people from posting their link here in the forums before

    Thread Starter wpbob

    (@wpbob)

    Thread Starter wpbob

    (@wpbob)

    This is still a mystery to me. I would appreciate some help…

    There is NO eason why the thumb is not showing. I have tried eliminating using the alignright class and sure enough the thumb shows up, but text gets underneath. If I can’ t find a solution I can always use it this way, but this severely limits the flexibility of WordPress.

    I am surprised that such a simple problem can’t be fixed rapidly.

    Any ideas are greatly appreciated.

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    .alignright {
    float: right;
    }

    do you have both those for your alignright?

    Thread Starter wpbob

    (@wpbob)

    nope 🙂

    be right back.

    Thanks.

    Thread Starter wpbob

    (@wpbob)

    Well, my bad. Actually, yes, I have both.

    This is what I have on the .css file:

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left
    }

    And this is how I am linking to the image:

    <img class=”alignleft” src=”http://www.bustypornmovies.com/wordpress/wp-content/strip01_02.jpg&#8221; alt=”words” / border=0 /><br>Text goes here………….

    This should be working, no?

    yea, that should work

    Thread Starter wpbob

    (@wpbob)

    Thank you.

    … so, it does not.

    Any ideas what could be wrong?
    http://www.bustypornmovies.com/

    Can you see the thumbnail?

    um, i can see that picture on the left… is that it?

    Thread Starter wpbob

    (@wpbob)

    yes… ok, so I have the problem then… Gee… i shut down the firewall and still can’t see it. Never mind. Thank you for your help.

    heh atleast you know it’s not a WP problem :-p

    Thread Starter wpbob

    (@wpbob)

    🙂

    Hey, did you come to a resolution. I have the same damn problem.
    For the lst 5 days i have tried countless attempts in getting my text wrapped.

    Let me know please.

    Thanks,
    Steve
    http://www.GeekTavern.com

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Wrapping Text Problem’ is closed to new replies.