• I am trying to center an image with <center> and it is not working. It stays aligned left.
    Can someone help with this??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter hizees

    (@hizees)

    I forgot to mention the image is in a post not a page. Thanks for any help>

    Thread Starter hizees

    (@hizees)

    I am hoping someone has some sort of answer for me. If you know how to center these images please let me know because I have tried everything I can think of. Thanks

    check your style.css

    see if it specified a parameter under img

    mine looks like this

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    so I use align=”centered” instead of the default that wordpress puts in my img tag in the HTML editor.

    Thread Starter hizees

    (@hizees)

    Thanks heaps pinoyism.com you are the best, it worked a treat.
    This is a good thing for everyone to remember.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘problem with centering images’ is closed to new replies.