- From: Lee Daniel Crocker <lcrocker@calweb.com>
- Date: Fri, 26 Jul 1996 15:44:56 -0700 (PDT)
- To: earonesty@montgomery.com (Erik Aronesty)
- Cc: www-html@w3.org
> if i want to create a plug-in that renders MINSE mathematecal > expressions should i use ... Actually, none of those looks really great. How about: <object class=math-minse src="eqn1.minse"> <img src="eqn1.gif" alt="a/2"> </object> or even something like <object class=math-minse content="div(a,2)"> <object type="image/png" src="eqn2.png"> <math> a / 2 </math> </object> </object>
Received on Friday, 26 July 1996 18:50:51 UTC