Joe
Sun May 01 03:48:03 CDT 2005
"Steve Fulton" <cerberus40@geemail.com> wrote in message
news:op.sp2qpym2i0ix9l@msnews.microsoft.com...
> GrandMaMa wrote:
>
>> I need to display math formulas to my students. for example Einstein's E =
>> MC2, or to calcilate the earth around the sun. C = (D x 3.14squared) x
>> 25,463 x 3.14Squared / 24.
>>
>> I want to display the exponent (power) of the formula the way it should be
>> displayed.
>>
>> In word I use the Footnote feature.
>>
>> How can I accomplish this on a Web Page?
>
>
http://www.google.com/search?q=mathml
>
> --
> Steve
>
> It is the mark of an educated mind to be able to entertain a thought
> without accepting it. -Aristotle
For limited functionality, ie to display powers and subscripts you can just use
standard HTML markup such as <sup> and <sub> around the indices. You can also
use entities to insert some common symbols, e.g. Σ (&-S-i-g-m-a-;).
To be able to show more complex equations without using images or svg then
Steve's suggestion of MathML is probably best. The browser, if IE, will need a
plug in to render it.
--
Joe (MVP)
https://mvp.support.microsoft.com/profile=8AA9D5F5-E1C2-44C7-BCE8-8741D22D17A5