[SOLVED] TinyMCE change noshade to 65535 in IE7
Posted: Wed Jun 18, 2008 8:05 pm
I'm using
CMS Made Simple 1.3 "Cuba"
TinyMCE 2.4.0
PHP 4.4.7
MySQL 5.0.37
I have some sites with tag's like this:
If i save or just simple change to html view (the TinyMCE not the WYSIWYG button) the Code looks like this:
Seems the problem just happened with IE7 but saw it also onetime in FF3
Opera 9.5 works fine.
CMS Made Simple 1.3 "Cuba"
TinyMCE 2.4.0
PHP 4.4.7
MySQL 5.0.37
I have some sites with tag's like this:
Code: Select all
<hr style="width: 75%; height: 2px;" noshade="noshade" />
Code: Select all
<hr style="width: 75%; height: 2px;" noshade="65535" />
Opera 9.5 works fine.