2010-07-31 22:15:30
class and title are stripped from link tags with WYSIWYG editor
Hello. I recently installed 2.0 and I've noticed that WYSIWYG editor doesn't allow for using class and title attributes in <a href......></a> links. The previous version I had (1.6.3) did the same thing.
For example, something like:
<a class="thickbox" title="Unit 9, Lesson 3" href="../restoflink/page.html?keepThis=true&TB_iframe=true&height=680&width=1105">
Would be replaced by the editor as:
<a href="../restoflink/page.html?keepThis=true&TB_iframe=true&height=680&width=1105">
Any thoughts on this?
Thanks