Posted by bigcrunch on October 25, 2007 at 4:26pm
Jump to:
| Project: | Mathematics Filter |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
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
#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