Page 1 of 1

[SOLVED] TinyMCE change noshade to 65535 in IE7

Posted: Wed Jun 18, 2008 8:05 pm
by force2083
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:

Code: Select all

<hr style="width: 75%; height: 2px;" noshade="noshade" />
If i save or just simple change to html view (the TinyMCE not the WYSIWYG button) the Code looks like this:

Code: Select all

<hr style="width: 75%; height: 2px;" noshade="65535" />
Seems the problem just happened with IE7 but saw it also onetime in FF3
Opera 9.5 works fine.

Re: TinyMCE change noshade to 65535 in IE7 and sometimes FF3

Posted: Wed Jun 18, 2008 9:40 pm
by Dr.CSS
You should just give your hr a class then assign the styles in CSS...

Re: TinyMCE change noshade to 65535 in IE7 and sometimes FF3

Posted: Thu Jun 19, 2008 6:04 am
by force2083
yes yes know that but it's kind of strange, isn't it?

Re: TinyMCE change noshade to 65535 in IE7 and sometimes FF3

Posted: Thu Jun 19, 2008 6:56 am
by cyberman
Is this problem known in TinyMCE forums?

http://tinymce.moxiecode.com/punbb/index.php

Re: TinyMCE change noshade to 65535 in IE7 and sometimes FF3

Posted: Thu Jun 19, 2008 5:31 pm
by force2083