I have just installed Cute Editor for .NET 5.0.
I am experiencing a couple of bugs with the CSS support, as demonstrated by the attached sample from my Web site, which uses ASP.NET 2.0 Beta 2 (I have simplified my Web site so much for this test, though, that I think everything except the "web.config" file would work under ASP.NET 1.1).
To demonstrate the bugs, I have created a label control containing a few paragraphs of text. In the Page_Load event handler, I copy the text from the label control into the Cute Editor control. Both the page and the Cute Editor control are using the same pair of style sheets. However, the appearance is different, as follows:
1. In Internet Explorer 6.0 SP2 on Windows XP Professional SP2, the font size is larger than it should be, as compared to the label control, which is correct.
2. In Firefox 1.0.6 on Windows XP Professional SP2, the links are underlined and of the wrong color, as compared to the label control, which is correct.
Here is the test Web site:
http://cutesoft.net/uploads/CSS_bug.zipPlease correct these bugs. Thank you.