Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1407365

    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.

    #1407407

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.