I use custom stylesheets for different websites.
I'm determining which stylesheet to use based on cookie settings within the CMS I'm using. So far, so good. This all works excellent in Firefox 1.06.
In IE6 however, this is entered in the contentarea of the editor:
undefined
<link href="/editor/editor/css/custom_site1.css" type="text/css" rel="stylesheet" />
Basically, it just doesn't work. The styles in the css (such as body background) aren't used in the editor, and I get this 'undefined' message.
Anyone any idea how to resolve this? In 2.0FC this still worked flawlessly, but apparently *something* has changed.
I'm determining which stylesheet to use based on cookie settings within the CMS I'm using. So far, so good. This all works excellent in Firefox 1.06.
In IE6 however, this is entered in the contentarea of the editor:
undefined
<link href="/editor/editor/css/custom_site1.css" type="text/css" rel="stylesheet" />
Basically, it just doesn't work. The styles in the css (such as body background) aren't used in the editor, and I get this 'undefined' message.
Anyone any idea how to resolve this? In 2.0FC this still worked flawlessly, but apparently *something* has changed.

RE: IE error with custom css file
RE: IE error with custom css file
Anyone got an idea?
RE: IE error with custom css file