*******************RTE_textbox.asp file****************
<html>
<head>
<!--#include file="includes/skin_file.asp" -->
<%
If RTEenabled = "Gecko" Then
Response.Write(vbCrLf & "<script language=""javascript"">" & _
vbCrLf & " <!--" & _
vbCrLf & " function enableDesignMode() {" & _
vbCrLf & " document.designMode = ""on""" & _
vbCrLf & " }" & _
vbCrLf & "-->" & _
vbCrLf & "</script>")
End If
%>
</head>
***************************************************
If i remove the red line in RTE_textbox.asp file, the problem goes away...
But the default_style.css isn't applied...
I can't add any html code between <head> and </head> in RTE_textbox.asp file...
What should i do ?
Borg
