Hi everyone,
I'm new to WYM Editor from TinyMCE, and using it in conjunction with Django-CMS v2. I would like to provide users with a way to underline text. It could be a span tag with an inline style of 'text-decoration: underline' that wraps the selected text, or a span tag with a css class where I can define the underline style.
Either way, I just need a way to do this, and I'd appreciate some pointers.
TIA,
Brandon