Re: issue resizing image within table cell.

  •  04-04-2012, 2:33 PM

    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 
View Complete Thread