When using the ASP.net control to create the FCKEditor it does not seem to work in Safari and Opera. Safari and Opera just show 1 text area with text in it.
If using FCKEditor normally (not with asp.net control) it works fine.
If using FCKEditor normally (not with asp.net control) it works fine.
Re: ASP.net control and Safari/Opera
Re: ASP.net control and Safari/Opera
Richard
Re: ASP.net control and Safari/Opera
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<FCKeditorV2:FCKeditor ID="namededitor" runat="server" Height="300px" Width="480px"></FCKeditorV2:FCKeditor>
and how do you use it without the ASP.net control?
Re: ASP.net control and Safari/Opera
Richard