The MU forums have moved to WordPress.org

Pictures Not Working (5 posts)

  1. YSMR
    Member
    Posted 16 years ago #

    Hey
    I just put my first Wordpress blog online but I have problems with the pictures.
    Everything looks OK on Firefox on both my computer and other computers but on IE all of the pictures except one aren't showing on other computers. If I run my cursor over the area where the picture should be I can copy and paste the image to my desktop and then view it. So the image is actually there but I can't see it in IE on another computer. Does anyone know what's going on with this? The blog address is
    http://www.yangshuomountainretreat.com/blog/

    All the best

    Ben

  2. SteveAtty
    Member
    Posted 16 years ago #

    All the pictures that do not display are the ones that overlap over the bottom of your post container.

  3. dsader
    Member
    Posted 16 years ago #

    Is there a "best" way for having text flow around pictures without busting the container?

    EDIT:
    http://codex.wordpress.org/Wrapping_Text_Around_Images

  4. dsader
    Member
    Posted 16 years ago #

    Is this "best" to stop the bust?
    Add
    '<div style="clear:both;"></div>'
    after
    the_content()

    in the index/loop/single etc. of each theme.

    REVISED
    Getting the post editor to include a class attribute in the image tag looks like a PITA, though.

  5. softlord
    Member
    Posted 16 years ago #

    @dsader: it involves editing kses.php within the wp-includes directory to add 'class() => array' to the img() section.

About this Topic