Re: How to Disable Resize option for table

  •  02-14-2009, 2:33 AM

    Re: How to Disable Resize option for table

     
     
    Thanks for quick response.I need to know how to disable resize option for a particular table.
    Say for eg
     
    <table style="width: 468px; height: 476px" cellspacing="0" cellpadding="0" border="0" enableobjectresizing="false">
        <tbody>
            <tr>
                <td style="width: 190px; height: 512px" valign="top"></td>
            </tr>
        </tbody>
    </table>
     
    Please advise.Thanks for your help in advance.
     
    Also, please note that enableobjectresizing for cute editor is not working in mozilla.
View Complete Thread