Re: We are using <div> intead of <table>

  •  07-02-2014, 9:58 AM

    Re: We are using <div> intead of <table>

    Maybe you can try set property "EnterKeyTag" to DIV, it should work with your two lines example below. This setting will generates the div target for enter key.

     

    <RTE:Editor runat="server" ID="Editor1" EnterKeyTag="DIV"/> 

     

    1. <div>  
    2. <div>line1</div>  
    3. <div>line2</div>  
    4. </div>  
     

    Regards,

     

    Ken 

View Complete Thread