When an equation is in-line with the text, this is not center with th text. It is possible to add center directive to images for make this?

Thank you!

Comments

dwees’s picture

Status: Active » Postponed (maintainer needs more info)

The module currently uses a style attribute with the vertical-align property set to middle, which although it is xhtml valid, doesn't work in all browsers.

You could convert this to a valign attribute set to middle, which may work in more browsers but is not xhtml valid.

If you have a 3rd suggestion, please let me know.

Dave