I will sometimes enter content in WYSIWYG mode and sometimes I prefer to use non-WYSIWYG because TinyMCE does not support all the CSS attributes I use. Mostly it's well-behaved, but with infuriating regularity the following will occur. I will have a link to an internal page, e.g.
Code: Select all
<div style="text-align: center"><a href="{cms_selflink href="Register"}"><img style="vertical-align: middle;" title="Register for the Summit" src="uploads/images/random.gif" alt="" width="46" height="20" /></a></div>
Code: Select all
<div style="text-align: center"><a href="{cms_selflink href="><img style="vertical-align: middle;" title="Register for the Summit" src="uploads/images/random.gif" alt="" width="46" height="20" /></a></div>
So, is this a bug or a feature? Has anyone else encountered this? Is there some configuration setting I've overlooked?
Alternatively, is there some other WYSIWYG editor plugin I could use other than TinyMCE?
----------------------------------