A Tiny MCE plugin that allows equations to be created in HTML.
fx
button on the TinyMCE toolbar to launch the CodeCogs Equation Editor.Add to <head> :
<script>
tinymce.init({
plugins: [
"eqneditor advlist autolink lists link image charmap print preview anchor",
"searchreplace visualblocks code fullscreen",
"insertdatetime media table contextmenu paste" ],
toolbar: "undo redo | eqneditor link image | styleselect | bold italic | bullist numlist outdent indent ",
selector : "textarea"
});
</script>
Add to <body> :
<textarea name="content" style="width:100%"></textarea>