Re: Linkerror plus severe error in table wizard!

  •  03-18-2011, 7:17 AM

    Re: Linkerror plus severe error in table wizard!

    While you "are at it" it might be a good idea to mend the single column table wich misses its <td></td> as well as its </table>
     
    1. <table border="0" cellspacing="2" cellpadding="2" width="500">  
    2.     <tbody>  
    3.         <tr>  
    4.         </tr>  
    5.         <tr>  
    6.         </tr>  
    7.     </tbody>  

    And this to applies to both the .NET and the classic ASP version of your editor and can be reproduced on your demo editors.
View Complete Thread