Hi,
I have what I imagine is a fairly simple request however I can't seem to work it out.
Assume that the below table starts from cell A1.
[TABLE="width: 500"]
<tbody>[TR]
[TD]The[/TD]
[TD]cat[/TD]
[/TR]
[TR]
[TD]stole[/TD]
[TD]the[/TD]
[/TR]
[TR]
[TD]banana[/TD]
[TD]from[/TD]
[/TR]
[TR]
[TD]the[/TD]
[TD]tree[/TD]
[/TR]
</tbody>[/TABLE]
From the above table, I would like to combine the cells into one column so that my one column is as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]The[/TD]
[/TR]
[TR]
[TD]cat
[/TD]
[/TR]
[TR]
[TD]stole[/TD]
[/TR]
[TR]
[TD]the[/TD]
[/TR]
[TR]
[TD]banana[/TD]
[/TR]
[TR]
[TD]from[/TD]
[/TR]
[TR]
[TD]the[/TD]
[/TR]
[TR]
[TD]tree[/TD]
[/TR]
</tbody>[/TABLE]
Do note that each word in the above is a separate cell on a separate row, I am not after them being all combined into one cell on different lines.
Thanks
I have what I imagine is a fairly simple request however I can't seem to work it out.
Assume that the below table starts from cell A1.
[TABLE="width: 500"]
<tbody>[TR]
[TD]The[/TD]
[TD]cat[/TD]
[/TR]
[TR]
[TD]stole[/TD]
[TD]the[/TD]
[/TR]
[TR]
[TD]banana[/TD]
[TD]from[/TD]
[/TR]
[TR]
[TD]the[/TD]
[TD]tree[/TD]
[/TR]
</tbody>[/TABLE]
From the above table, I would like to combine the cells into one column so that my one column is as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]The[/TD]
[/TR]
[TR]
[TD]cat
[/TD]
[/TR]
[TR]
[TD]stole[/TD]
[/TR]
[TR]
[TD]the[/TD]
[/TR]
[TR]
[TD]banana[/TD]
[/TR]
[TR]
[TD]from[/TD]
[/TR]
[TR]
[TD]the[/TD]
[/TR]
[TR]
[TD]tree[/TD]
[/TR]
</tbody>[/TABLE]
Do note that each word in the above is a separate cell on a separate row, I am not after them being all combined into one cell on different lines.
Thanks