• https://www.jerrypettit.com/blog/?p=1567

    is an example of what I’m having to do when I post more than one photo in a blog entry (ignore the video links there for the time being). You can see, I’ve had to add some “periods” and carriage returns to the right of the first photo–otherwise, the 2nd photo would have ended up going off into the sidebar at the right. Likewise, I’ve had to put “periods” and carriage returns on down the 2nd picture or there would be problems with placement of subsequent material.

    I suspect there’s an easy solution?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just use an HTML table.

    I have no idea what you are doing there. It definitely looks odd. Have you tried adding a little code to img tags to have the text flow around them?

    This is what I add to the img tag to do mine.

    <img align="left" src="https://www.mydomain.com/wp-content/uploads/2007/09/myimgname.thumbnail.jpg" alt="Image alt" style="margin-bottom: 20px; margin-right: 20px" />

    The align=”left” aligns the image to the left, you can also use right to have it stick to the right side if you like.

    The style=”margin-bottom: 20px; margin-right: 20px” puts 20 pixels of whitepace between the image and the text around it.

    I use the image upload feature in the post and that with the code above works great for me.

    For the second image on the page, I just position the cursor where I want it to appear and then tell it to send to the editor and it places it in that spot.

    Hope this helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Picture alignment issue’ is closed to new replies.