Re: issue resizing image within table cell.

  •  04-05-2012, 8:03 AM

    Re: issue resizing image within table cell.

    Also is there any way we can make the image non resizable.
     
    Yes, set EnableObjectResizing to false will disable the resize function.
     
         <CE:Editor ID="editor1" runat="server" EnableObjectResizing="false">
         </CE:Editor>
     
    Regards,
     
    Ken 
View Complete Thread