The MU forums have moved to WordPress.org

Rich Editor Image Centering (2 posts)

  1. honewatson
    Member
    Posted 17 years ago #

    When I center images in the rich text editor and then saving them they keep coming back as left aligned.

    Also when it does center them it uses <p style="text-align:center"> which does not apply to images, since its not text.

  2. drmike
    Member
    Posted 17 years ago #

    try using div's instead. Styles are removed for security concerns. MySpace got hacked through them.

    <div align="center">
    image tag
    </div>

About this Topic

  • Started 17 years ago by honewatson
  • Latest reply from drmike