如题。我的是这样的,但是就是不能自动折行,请帮我。谢谢
<FTB:FreeTextBox id="FreeTextBox1" runat="server" Width="600px" ButtonPath="images/ftb/office2003/" HelperFilesPath="FreeBox" ToolbarType="Office2003" ImageGalleryPath="UploadPic" Height="600px"></FTB:FreeTextBox>

解决方案 »

  1.   

    <table width=200>
    <tr><td><FTB:FreeTextBox id="FreeTextBox1" runat="server" Width="600px" ButtonPath="images/ftb/office2003/" HelperFilesPath="FreeBox" ToolbarType="Office2003" ImageGalleryPath="UploadPic" Height="600px"></FTB:FreeTextBox>
    试试
      

  2.   

    还有就是一个问题,现在我输入什么,只要有标记比如只要有<p>就会提示:客户端输入有潜在威胁
    从客户端(FreeTextBox1="<P align=center>d</P...")中检测到有潜在危险的 Request.Form 值
      

  3.   

    还有就是一个问题,现在我输入什么,只要有标记比如只要有<p>就会提示:客户端输入有潜在威胁
    从客户端(FreeTextBox1="<P align=center>d</P...")中检测到有潜在危险的 Request.Form 值
    在Web.config中加:<pages validateRequest="false"></pages>