views:

9

answers:

0

I've earlier worked with WYMeditor but this time around, the editor window does not show any markup (p, h1 h2 etc). Also the default blue color background of wymeditor is missing. I'm able to use it correctly however. The editor itself is as such functioning but somehow the markup is missing

This is the code I'm using

<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="./wymeditor/jquery.wymeditor.min.js"></script>
<script type="text/javascript">
jQuery(function() {
    jQuery('.wymeditor').wymeditor();
});
</script>