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.