Let me explain my particular needs of a WYSIWYG editor and I'm really hoping someone can give me good advice on which to use as a module in Drupal.
We will be having many users of our site edit pages and for them, I want a WYSIWYG editor to avoid anyone needing to know (X)HTML to edit our site. We won't be having edit abilities for most every page with PHP code, so how well it leaves PHP code alone isn't so much an issue.
What I plan to do is base my site's CSS largely around whatever generic tags the WYSIWYG editor produces (standard
,,
,etc. I assume). Mostly the WYSIWYG editor will be for simple font formatting. Links too and maybe some images.
I just want it to work well mostly. I've heard bad stories of it seems all drupal options (tinymmc, fck, etc.) Being able to turn it off for me so I can enter direct XHTML/PHP is essential.
Lastly, I'd like it to produce XHTML compliant code, which largely means all lowercase tags, attributes enclosed in quotes (not
,
).
Any advice what might work best in this situation?
MUCHAS GRACIAS!!!
Comments
whoa, what happened to my post?
what i hope my WYSIWYG editor doesn't do ;)