When I am initializing the FCKeditor, I am trying to load a stylesheet for the MSHTML control itself. So when I set the documentHTML on the objContent, I am using a <base href="..."> and a <link rel="stylesheet" href="..."> in the <head></head> section. Does the MSHTML control support this? It crashes for me, but it works if I hardcode the path to the stylesheet.
I am running an instance of the FCKEditor locally and I am wanting to set the base tag and a style sheet for the MSHTML (objContent) control itself. So that relative images and user's styles work inside design mode. Is there a better way to do this?
I am running an instance of the FCKEditor locally and I am wanting to set the base tag and a style sheet for the MSHTML (objContent) control itself. So that relative images and user's styles work inside design mode. Is there a better way to do this?