Viewing 3 replies - 1 through 3 (of 3 total)
  • try adding this line into your CSS file

    img.alignleft { float: left; border: 0; margin: 10px; }

    It should recreate what you had before

    Thread Starter magicnewswire

    (@magicnewswire)

    Will do.. wonder why it doesn’t work properly by default in 2.7.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    It does work properly in 2.7. It actually didn’t work properly in 2.6.

    See, 2.6 was adding that “style” piece directly, but that made it impossible for themes to use alignleft and alignright and such without the float, since inline styles override CSS styles.

    When you updated to 2.7, your theme didn’t have the necessary alignleft styles and such, so the floating bits went away.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Improper Image Alignment Using WP2.7’ is closed to new replies.