Hmm... The reply form is included in the file.
new_reply_form.asp -->
<!--#include file="includes/message_form_inc.asp" -->
includes/message_form_inc.asp -->
<iframe id="WebWizRTE" src="RTE_textarea.asp?mode=<% = strMode %>&POID=<% = lngMessageID %>&ID=<% = CInt(RND * 2000) & strQsSID2 %>" width="650" height="300" style="border: #968167 1px solid;" onLoad="initialiseWebWizRTE();" tabindex="20"></iframe>
Even if i add a background color to the RTE_textarea.asp page no background is displayed in the first page. How come? Could someone please help me?