According to w3c this should center an image:
img.center { display: block; margin-left: auto; margin-right: auto; }
In HTML Renderer, it instead floats the image underneath the other DIVs.
Any pointers to where I should look to fix this?
Thanks!
-Dan
img.center { display: block; margin-left: auto; margin-right: auto; }
In HTML Renderer, it instead floats the image underneath the other DIVs.
Any pointers to where I should look to fix this?
Thanks!
-Dan