radamsiii
05-22-2008, 02:02 AM
How do I write a math problem in HTML?
This is an example of one I want to place.
This is an example of one I want to place.
|
||||
SUCCESS How do I write a math problem in HTMLradamsiii 05-22-2008, 02:02 AM How do I write a math problem in HTML? This is an example of one I want to place. oesxyl 05-22-2008, 02:33 AM How do I write a math problem in HTML? This is an example of one I want to place. one solution is: MathML (http://www.w3.org/Math/) be aware of fonts problems. A solution for is: specific for mozilla (http://www.mozilla.org/projects/mathml/fonts/). depend on user. amaya have a editor for mathml, I don't use it but make me a good impression regards VIPStephan 05-22-2008, 02:39 AM Yeah, MathML is the first thing that comes to mind. However, two other links that came up when I put “math HTML” in the search bar were: http://www.cs.tut.fi/~jkorpela/math/ http://w3.org/MarkUp/html3/maths.html oesxyl 05-22-2008, 03:03 AM Yeah, MathML is the first thing that comes to mind. However, two other links that came up when I put “math HTML” in the search bar were: http://www.cs.tut.fi/~jkorpela/math/ http://w3.org/MarkUp/html3/maths.html very good both links, :) math and chemistry on the web is a pain, :) regards radamsiii 05-22-2008, 04:00 AM Thank you for all your help in this, it is coming in handy. But now it is time to show you just how little I know about this stuff. Can you help me line this up correctly, I do not care if it is W3C compliant at this time, and I was never any good at getting rows and cols to align, which is what I believe I will need. These will likely give you a laugh :) but I will need it again and again I am sure. Here is what I have so far. http://www.radamsiii.com/math.html http://www.radamsiii.com/class.css Am I even on the right track?? oesxyl 05-22-2008, 04:56 AM Thank you for all your help in this, it is coming in handy. But now it is time to show you just how little I know about this stuff. Can you help me line this up correctly, I do not care if it is W3C compliant at this time, and I was never any good at getting rows and cols to align, which is what I believe I will need. These will likely give you a laugh :) but I will need it again and again I am sure. Here is what I have so far. http://www.radamsiii.com/math.html http://www.radamsiii.com/class.css Am I even on the right track?? yes you are, and I don't think that learning something is a reason for laugh, :) on line 40 and 56 in css file, you have: text-align-align: justified; on line 25 in html, ⇒ is invalid character, probably miss ';' you probably have this: http://www.htmlhelp.com/reference/html40/entities/symbols.html PS: I don't think I can do this better then you, :) also missing ';' after ² ( used twice ) and have a < /div> without <div > regards radamsiii 05-22-2008, 05:47 AM yes you are, and I don't think that learning something is a reason for laugh, :) I try to find enjoyment in all I do. When I hit refresh and my page comes up looking like mine does I cannot help but laugh, it is much better than the alternative. on line 40 and 56 in css file, you have: text-align-align: justified; Thanks for pointing that out, this is what happens when you’re up late playing with code. you probably have this: http://www.htmlhelp.com/reference/html40/entities/symbols.html No. but I am much happier with that than with… http://www.w3.org/TR/REC-html40/sgml/entities.html PS: I don't think I can do this better then you, :) Not too sure about that, you could probably figure out how to get that between the parentheses without the line break. Thank you so much for looking and any further advice would be gratefully accepted. oesxyl 05-22-2008, 06:15 AM I try to find enjoyment in all I do. When I hit refresh and my page comes up looking like mine does I cannot help but laugh, it is much better than the alternative. I was thinking to the kind of laugh when somebody try to learn something, :) Thanks for pointing that out, this is what happens when you’re up late playing with code. amaya is guilty for discovering that, :) No. but I am much happier with that than with… http://www.w3.org/TR/REC-html40/sgml/entities.html both are good, I think is the same document with few minor difference, :) Not too sure about that, you could probably figure out how to get that between the parentheses without the line break. Thank you so much for looking and any further advice would be gratefully accepted. I use tex and/or latex and convert to html when I need, I'm not confortable with mathml notation, :) I guess that the problems come from using div element inside the equation. You must see how fraction line is represented. regards radamsiii 05-22-2008, 03:21 PM I use tex and/or latex and convert to html when I need, I'm not confortable with mathml notation, :) regards There make things that convert to HTML for you? How does that work? liorean 05-22-2008, 07:44 PM Opera has some trickery to support Math: http://dev.opera.com/articles/view/can-kestrels-do-math-mathml-support-in/ radamsiii 05-22-2008, 07:57 PM Ok I am getting there slowly but surely, can anyone tell me how to get what I would think would be 2 rows in the same line. Guess that is how to explain it. You will see a picture of what I am looking to do above what I have done at this address… http://www.radamsiii.com/math.html http://www.radamsiii.com/class.css Any and all advice is welcome, I am guessing at this point. radamsiii 05-22-2008, 10:47 PM Ok.. Is it possible to float the bottom under the top? I have put a table together and have it very close but not quite there just yet. oesxyl 05-22-2008, 10:50 PM There make things that convert to HTML for you? How does that work? overview (http://www.ctan.org/what_is_tex.html), start up (http://www.ctan.org/starter.html), resource (http://www.ctan.org/) regards radamsiii 05-23-2008, 05:15 AM Would someone please check to see if you need a plug-in to view this. it should look like the image. oesxyl 05-23-2008, 05:44 AM Would someone please check to see if you need a plug-in to view this. it should look like the image. you have an error on line 27: </center> the equation is not visible in firefox, amaya, opera, is visible in lynx but say that you have hidden links( the picture). regards radamsiii 05-23-2008, 06:50 AM Thank you; I am now convinced that this is an impossible task. I am not going to require everyone that accesses my site to download a plug-in to view it. I will continue to read on this but I will have to make images and display them in that manner at the moment. Thanks for everyone’s help. Rick oesxyl 05-23-2008, 07:09 AM Thank you; I am now convinced that this is an impossible task. I am not going to require everyone that accesses my site to download a plug-in to view it. I will continue to read on this but I will have to make images and display them in that manner at the moment. Thanks for everyone’s help. Rick no, is not imposible, sorry, I must remove the link if lynx can display it, other browser can, :) instead, seems imposible to find a decent free hosting, :) after you confirm that you see it, I want to remove the link regards radamsiii 05-23-2008, 03:58 PM no, is not imposible, instead, seems imposible to find a decent free hosting, :) after you confirm that you see it, I want to remove the link regards ???? I think I missed something:) oesxyl 05-23-2008, 06:13 PM ???? I think I missed something:) yes, the lynx screenshut I removed, :), the server where I try to put the picture is on free hosting, :) the idea is that using mathml is not imposible but I agree that is not easy, :). regards |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum