• Hi,

    How do I change it so that in the admin panel, when I post an image and I set alignment to right, for WP to add the code float:right; instead of align=right, because align=right does not work on IE7.

    Tony

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your theme stylesheet (CSS) file, have something like this: img.right {float: right} and in your post use something like this: <img class="right" src="whataver.png" />

    Thread Starter toniee

    (@toniee)

    Well How do I change the script to use class=”right” instead of align=”right” when I press the insert image button.

    I think he means that you have to edit the post in code view (make the changes manually).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IMG Align=Right Does Not Work On IE7’ is closed to new replies.