• im trying to get my images to float to the right around the text, all was fine , but when i switched themes, it wont table around the text…

    here is my site, https://prophecyheadlines.com so you can see what im talking about, i got a few but it took me twenty minutes wresting back and forth with the posts. the other theme was just automatic… please help me!

    Thanks in Advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I don’t see the issue – they’re all aligned right from what I can see. But in case you’re using a different browser, I can offer a suggestion (blindly).

    In your image tags, you have “align=”right””. Remove that.

    In your stylesheet, add this:

    div.entry img {
    float:right;
    margin:5px;
    }

    Hopefully that helps you (and hopefully I answered your question, because I really don’t see an issue!)

    Thread Starter steveeb

    (@steveeb)

    well thanks, what im tring to do is wrap the text around the image so it looks neat and not so sloppy, if i just post it is very odd the way it lays out.

    what im tring to do is wrap the text around the image so it looks neat and not so sloppy

    And I think the point is, the text already wraps around the image (Firefox 1.5.0.6)

    And I think the point is, the text already wraps around the image (Firefox 1.5.0.6)

    I think you’re right – I’m not quite sure what he’s trying to do here. But it definitely is already working!

    If it is that you want the text to line up against the image nice a neatly you can try putting text-align: justify in the style sheet for element P. that will give you a nice straight margin but it will cause other gapping problems in the body of the text especially between your images and the left margin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need Help with Image floating please’ is closed to new replies.