Hi there.
I am developing an application using CuteEditor to load predefined Html files. I require html files to be loaded into CuteEditor with the styles defined in the <head> tag of the html page - I cannot use a seperate style sheet.
Unfortunately the styles I have defined in the <head> section of the html file are being stripped out when the file is loaded into the Editor. I have set the editcompletedocument property to true and I have tried using both LoadHtml and LoadFile to load the html file into the editor.
Any ideas?
Regards,
Tim