Hi,
Having problems getting the shared wysiwyg editor toolbar to display in a frame so that it remains at the top as user scrolls down the page/editing screen. I've set in web.config:
<add key="CMSUseFrameForHTMLEditorToolbar" value="true" />
and from the Developer's Guide I thought this would take care of it, but the toolbar still scrolls up and doesn't remain fixed in a frame.
What am I doing wrong?