Re: Question: better if many lines of text in one cell or many rows?
There is no 'better' solution.
I use one cell with several lines when all the lines have the same alignment, so that I can use a single Paragraph. But in practice, this doesn't happen very often. Most of the times my header is only one line, or it's more complicated.
I use different rows when it's more complicated, for instance: the first row spans the complete table width (a cell with colspan 3), the second row consists of 3 cells of which the first one has to be left aligned, the second one centered and the third one right aligned.
I use the 3 cell row very often for headers or footers.
HTH,
Bruno
|