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

  •  06-30-2014, 4:22 PM

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

     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.

     

    1. <table cellspacing='2' cellpadding='2' style='width:480px'>  
    2.     <tr>  
    3.         <td>  
    4.         <div> 1</div>  
    5.         </td>  
    6.         <td> </td>  
    7.     </tr>  
    8.     <tr>  
    9.         <td> </td>  
    10.         <td> </td>  
    11.     </tr>  
    12. </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 

View Complete Thread