• Resolved Ulrika

    (@ulrika)


    I have a question: When looking at all the lovely themes in the theme wiewer I see very few that handles pictures in posts in a goodlooking way. ie. If the text is shorter than the image inserted the image will be placed beside the footer of the post… Anybody seen it?
    Maybee I am daft that doesn’t understand it but why is that?

    WordPress is one of the few that doesn’t do that or????(Lovely coded css too;-) Clean)
    Could anyone tell me why and how to fix it? Please! Awfully curious and total noob in php but somewhat used to work with css

Viewing 7 replies - 1 through 7 (of 7 total)
  • Actually, you only really need to know about CSS to do what you’re asking.

    What did you want to happen when the image was longer than the text?

    Thread Starter Ulrika

    (@ulrika)

    I do not want the posted in footer to be placed beside the image

    Thread Starter Ulrika

    (@ulrika)

    Sorry all! I have got the answers I needed to how to fix it at least.
    Thanks maerk for bothering!

    For the benefit of the posteriority (read: the next guy who’ll get the same problem) – could you, please, post here what was your solution? Thanks.

    Thread Starter Ulrika

    (@ulrika)

    Here is my solution:

    When having a float:left tag for img in posts you have to have a div BENEATH the post that has the tag clear:left if you want to be sure the picture wont get into next post so to speak. (this happens in a LOT of themes when having to little text beside the picture I realized when testing them out)

    I’ve thought of that problem before, and for some reason never thought of clearing the floats after the text. But it shouldn’t be necessary to add empty divs like that. In most cases it should work by adding the “clear” attribute to the element that follows the post body (permalink, author name, category… whatever comes first) in the stylesheet.

    jamespoling

    (@jamespoling)

    for the record, adding the clear:left attribute to the element that follows the body worked perfectly.

    Thanks newflesh.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Images in post distorts most themes????’ is closed to new replies.