• Has anyone noticed that sometimes when you post images in your WP blog posts.. if you post them at the bottom of your post with nothing/no text under it, the will cut into the post under them (title ect.) How do you keep this from happening.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter LinkCreative

    (@linkcreative)

    they dont go over top, but push everything to the side (depending on how the image was aligned) as if that post is also within the post it is in.

    Sounds like a theme issue…do you have a link to an example?

    Thread Starter LinkCreative

    (@linkcreative)

    Here is the example of my problem

    https://www.linkcreativedesign.com/blog

    Thread Starter LinkCreative

    (@linkcreative)

    Really? do you know where I would go to fix this? What is weird if you see.. the post below with images arent doing that. They are posts I imported from my blogger blog.. the code for the images are different and must haev something that keeps that from happening. but when I post images through WP or just by using Img src= it overlaps/invades

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You have a problem in that image tag

    <a href="https://www.link-creative.com"><img src="https://www.linkcreativedesign.com/wp-content/uploads/2009/01/tembcardscrit-300x219.jpg" style="display:block; margin:5px alt="tembcardscrit" title="tembcardscrit" width="300" height="219" class="alignleft size-medium wp-image-84" /></a>

    There’s no closing ” after margin:5px

    Also you’re using alignleft, which you don’t need unless you want to wrap text around it. Just take that out and it should improve.

    Thread Starter LinkCreative

    (@linkcreative)

    but would that be the issue of it cutting into the other post? I think it has to be something else. a mess up in code on the image in a post shouldnt allow it to go into another post should it?

    I dont think it needs a closing there. the image is working and showing.

    I dont think it needs a closing there. the image is working and showing.

    Maybe you should give it a try and see ??

    Thread Starter LinkCreative

    (@linkcreative)

    I got it.. it needed cleared. I added a class with clear both the the index.php file.
    Thanks for the feedback

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    ALL calls that start with a quote should end with a quote. This is just good HTML. While it may work on some browsers, it’s more trouble that it’s worth to slack off on it ??

    *gets off soapbox*

    Lookin good now!

    Thread Starter LinkCreative

    (@linkcreative)

    Oooh. ic. no you are absolutely right. yes the code is not forgiving, Im learning the hard way at times.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    No worries, that’s how we learn (I learn more right after I say ‘Oh crap, what did I just do…?’).

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Has anyone noticed this issue?’ is closed to new replies.