How to make editor not add tables cells when pasting into table cells?

Last post 10-23-2013, 1:27 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-23-2013, 7:48 AM 78177

    How to make editor not add tables cells when pasting into table cells?

    Hi..

    Is it posible to make the editor not add td:s when pasting text into table cells?

     

    Ex: 

    On demo site:   http://richtexteditor.com/demo/

    1. Make an table with 2 cells 
    2. Put cursor into one of the cells and paste this text.
      1. Lorem ipsum dolor sit amet.  
      2.   
      3. Nunc eget mauris turpis.   
    3. he editorn now maks 3 extra cells.

    // Knet 

  •  10-23-2013, 1:27 PM 78180 in reply to 78177

    Re: How to make editor not add tables cells when pasting into table cells?

    Hi KentM,

     

    I have tried on chrome/firefox/ie browser, but I can not reproduce this problem.  I created a two cells table like below and paste the content you provided into the cell 1, it did not added addition cell for me. I also tried to paste into cell 2 too.  Do I need special steps?

     

    <table cellspacing='2' cellpadding='2' style='width:480px'>

        <tr>

            <td>&nbsp;</td>

            <td>&nbsp;</td>

        </tr>

    </table>

     

     

    Regards,

     

    Ken 

View as RSS news feed in XML