Hello,
I came up with two problems while creating tables.
1. How to merge cells?
because the parameters of some cells are the same, so I want to merge them into one cell, so I just need to fill in the parameters once. Like the “Worksurface Height” column. The second table is the effect that I want, but it was put in the text element.
Pls, check the first links below for this question.
2. Why the text in the cell will be misplaced and go to other cells? Check the second links below.
Please help me with both questions.
Hey Alison,
1.) There is no option for this by default, unfortunately. You may need to fill in every cells with the same value or just keep them empty.
2.) You can add this css code to force the text to break into the next line when it is wider than the cell.
td {
word-wrap: break-word;
}
Best regards,
Ismael