Center images
bigcrunch - October 25, 2007 - 16:26
| Project: | Mathematics Filter |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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!

#1
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