Hi,
Myabe you can try my steps frist?
1. go to http://richtexteditor.com/demo/
2. Copy/paste the html code below into the html view of the editor.
- <table cellspacing='2' cellpadding='2' style='width:480px'>
- <tr>
- <td>
- <div> 1</div>
- </td>
- <td> </td>
- </tr>
- <tr>
- <td> </td>
- <td> </td>
- </tr>
- </table>
3. Move the cursor into the frist cell of row 1 then insert a div by the "insert a like break" menu. Does it get div or the p target?
Regards,
Ken