issue resizing image within table cell.

Last post 04-05-2012, 1:24 PM by Kenneth. 5 replies.
Sort Posts: Previous Next
  •  04-04-2012, 1:51 PM 73617

    issue resizing image within table cell.


    If in the table cell we add any image, and the image height width is same as the table cell,
     
    It becomes very hard to resize the image, while trying to resize the image, every time cell is resized.
     
    Please suggest.
     
    screen shot -
     
  •  04-04-2012, 2:33 PM 73619 in reply to 73617

    Re: issue resizing image within table cell.

    Hi gurpreet,
     
    Please double click on the image, it allow you set the width and height of the image in the properties dialog.
     
    If you want the table cell has some space between the content, please try the way below. 
     
    1. Open file "CuteSoft_Client\CuteEditor\Style\ToggleBorder.css"
     
    2. Find section below, it you need more space, then change the 5 px to a large value. Clean the browser cache.
     
    TD
    {
    border:dotted 1px #7F7C75;
    }
     
    3. change it to
     
    TD
    {
    border:dotted 1px #7F7C75;
            padding:5px;
    }
     
    Note: this setting will not add any html code for the content, it only makes the table cell has the space in the edit mode. 
     
    Regards,
     
    Ken 
  •  04-04-2012, 3:27 PM 73620 in reply to 73619

    Re: issue resizing image within table cell.

    actually in our case we just want to resize the image using the mouse.
     
    or you can say using the handles.
     
    Also is there any way we can make the image non resizable.
  •  04-05-2012, 8:03 AM 73628 in reply to 73620

    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 
  •  04-05-2012, 11:54 AM 73635 in reply to 73628

    Re: issue resizing image within table cell.


    If in the table cell we add any image, and the image height width is same as the table cell,
    It becomes very hard to resize the image, while trying to resize the image, every time cell is being resized.
     
    we tried -
     
    TD{
    border
    :dotted 1px #7F7C75;padding:5px;}
     
    but no luck.
     
    Regards,
    Gurpreet.
  •  04-05-2012, 1:24 PM 73636 in reply to 73635

    Re: issue resizing image within table cell.

    Please clean your browser cache, this setting will add 5px padding for each table cell in edit mode.
     
    Regards,
     
    Ken 
View as RSS news feed in XML