Hi there,
I have a Cute Editor that is rendering great on IE 6, but the same page is rendering incorrectly on FireFox 2.0.0.6. The buttons are larger and have no images on them. See screenshots. I created the simplest possible webform to illustrate the problem.
Any thoughts? I'm presently using the Cute Editor via Firefox and the buttons render fine, so it must be something with my code.
Looks good:
Not so good.
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="Facilities_Helpdesk.WebForm1"%>
<%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>WebForm1</title>
</head>
<body>
<form id="Form1" method="post" runat="server">
<CE:Editor id="editor1" runat="server" MaxHTMLLength="1000"></CE:Editor>
</form>
</body>
</html>