Hi everyone
I have a large table that is something like this
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Ducting[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting First floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting First floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Isolation[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Isolation First floor[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and so on
I want to add rows for six floors and have a table like below
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Ducting[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting first floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting Second floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting Third floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting forth Floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting fifth floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting sixth floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting first floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]painting second floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]painting third floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting fourth floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]painting fifth floor
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]painting sixth floor[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
can you help me?
thanks in advance
I have a large table that is something like this
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Ducting[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting First floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting First floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Isolation[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Isolation First floor[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
and so on
I want to add rows for six floors and have a table like below
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]Ducting[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting first floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting Second floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting Third floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting forth Floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting fifth floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Ducting sixth floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting first floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]painting second floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]painting third floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Painting fourth floor[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]painting fifth floor
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]painting sixth floor[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
can you help me?
thanks in advance