Quote:
Originally Posted by perkin5
I want to center a 70px wide image inside a span tag ...
|
If you must use a <SPAN> do as Kovid instructs and use AZW3 instead of the old MOBI format.
If you must use the old MOBI then you need to place the image in <P> or <DIV> instead of a <SPAN>. If you do, it will center. The old MOBI is a good format, but is based on an earlier and simpler version of HTML and doesn't support many of the newfangled fancy HTML/CSS tricks.