• I’ve only had this issue since upgrading to 2.6.

    • I can upload and insert photos in my posts with no problem.
    • When I am writing the post and I specify right alignment, it shows up in preview view as such, no problem.
    • When I view the code, it is right aligned as it should be, no problem.
    • Now the problem — once I hit publish, all images automatically shift to the left alignment. I can’t figure this out for the life of me. Everything looks fine until I hit that publish button. For example,in my current post: http://cynosure.crystalking.com/?p=54 the picture was set to right align, not left. It switched over upon publication. Very very annoying.

      Ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Learn to read your own stylesheet:
    1. `.post img{
    float: left;
    margin: 0 10px 5px 0;
    border: 3px double #ddd;
    }`

    2. There is no class “alignright” defined in your stylesheet (the class applied to that image).

    Thread Starter crystallyn

    (@crystallyn)

    I never touched my stylesheet so I’m unsure how this changed with the upgrade? I’m not terribly css savvy so not sure how to fix this? And why does it seem to show up fine when drafting but not once I publish?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images only showing up on left side — Posting ignores right align’ is closed to new replies.