From stephane.vidal09 at gmail.com Thu Jul 19 14:41:53 2012 From: stephane.vidal09 at gmail.com (=?ISO-8859-1?Q?st=E9phane_vidal?=) Date: Thu, 19 Jul 2012 14:41:53 +0200 Subject: [l2h] CSS issue with latex2html Message-ID: Hello, I have succeeded to generate html pages of tex courses. My problem is now to apply my personal CSS layout to these files. In order to have, for all the different pages, a good vertical alignment of equations, I use this CSS rule : div.mathdisplay table.equation img[align="bottom"] { line-height:auto; height:auto; vertical-align: middle;} div.mathdisplay table.equation img[align="middle"] { line-height:auto; height:auto; vertical-align: middle;} the "auto" with "line-height" and "height" allows me to adapt dynamically with the size of the equations wich is not always the same. So with this, all the equations are correctly aligned (at least with firefox) Now, my issue is about the vertical alignement of the text between the "" and "" element like in this example :
* **rot (2.23)
the text "*rot*" is bottom aligned relatively to the image "img255.gif". I would like it to be middle vertical-aligned with the image, how can I get it (what CSS rule have I to apply) ? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: