Hi
first of all, thanks for making this editor.
i have this code:
jQuery(function(){
jQuery(".wymeditor").wymeditor({
stylesheet: "mystyles.css",
lang: 'he'
});
});
i have 3 problems:
1-the styles do not appear in the classes list.
2- even though the Hebrew is showing in the editor, the textarea still write from left to right. i added to the textarea dir="rtl". it is still the same.
3-how can i import an image not from a url but from the client computer?
hope its not too many question.
ron