[SOLVED] TinyMCE change noshade to 65535 in IE7

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
force2083
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 11, 2008 6:32 am

[SOLVED] TinyMCE change noshade to 65535 in IE7

Post 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.
Last edited by force2083 on Thu Jun 19, 2008 5:31 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

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

Post by Dr.CSS »

You should just give your hr a class then assign the styles in CSS...
force2083
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 11, 2008 6:32 am

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

Post by force2083 »

yes yes know that but it's kind of strange, isn't it?
cyberman

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

Post by cyberman »

Is this problem known in TinyMCE forums?

http://tinymce.moxiecode.com/punbb/index.php
force2083
Forum Members
Forum Members
Posts: 26
Joined: Wed Jun 11, 2008 6:32 am

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

Post by force2083 »

Post Reply

Return to “CMSMS Core”