I am trying to creat a html table that like an excel format. If I enter text into a cell and the text overflows the given length, then a linebreak should automatically added and the cell should become higher.Can I achieve this task.please give me some advice.
Just use <td style="padding:0;">. And if necessary, specify Code (text): style="margin:0;" in the content's primary tag.