Using CuteEditor v4.0 for ASP, I'm having trouble using the BreakElement property with Internet Explorer.
I set it to "br", and that works ok with FireFox - it inserts "<br>" elements as I expected - but with IE on a PC it wraps the text with <P> ... <\P> tags which is not what I want.
I notice that here in this forum, I can see "<div> </div>" between the paragraphs - is that a workaround to stop the space between paragraphs collapsing?