I get a displacement for both my font and size menues, and I can't figure out why. The only thing I have changed from the standard default.asp file is the adjustment etc. of the actual form according to the following:
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#777777" >
<tr>
<td bgcolor="#F4F7FB" align="left">
<!--#include file="RTE_editor_inc.asp" -->
<tr>
<td bgcolor="#F4F7FB" align="left">
<textarea cols="110" rows="37" name="myTextarea" id="myTextarea">
<%=text1%>
</textarea>
</td>
</tr>
</table>
Here's the output
I do have a different stylesheet for the page that I include this form on, but as far as I have been able to determine, nothing that would generate a displacement of the actual popup menu...
help...