• I have been uploading photos to my website and using them in weblog posts via wordpress’s img button no problem. My question is, is there a way to do this so the photo appears to the right side of the text, with the text uninterrupted down the left? I don’t mean in the sidebar, I mean within the post.

    Thank you for any replies!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Two ways to do it:

    1) Go to code and assign it a class such as class=”alignright” and style it in the style sheet such as .alignright {float: left; display: inline; margin: 4px; }

    and

    2) When you click on the TinyMCE button, just select alignment right. This isn’t the preferred method because the align=”right” has been deprecated.

    Thread Starter Christopher11

    (@christopher11)

    Thank you for qualifying the second option, but I want to try it this way. Can you tell me please where the TinyMCE button is located? Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Photo in Post: place on side?’ is closed to new replies.