We have a website with many math formulas (displayed as pngs, converted from Latex) and they are dynamically loaded into their respective places (out of an sql-database).
All the formulas lie on line with the text. you know in this line: _______________.
We would like to have a function to take every element of a certain class (or by using "img" in css) with which we could automatically move all imgs down half of the respective image-height.
Is there a simple solution I'm overlooking, or do we really have to position every image (sadly, there will be hundreds!) by hand?
vertical-align: middle? An example of the current and desired results would be helpful. – harbichidian Oct 24 '11 at 17:41