Hello all,
Would like some help with an issue and i hope i won't be much of the trouble. I would like to combine 2 tables into one with 2 columns, where each cell in table 1 would get all cell values from table 2.
[TABLE="width: 500"]
<tbody>[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
table1
[TABLE="width: 50"]
<tbody>[TR]
[TD]austin[/TD]
[/TR]
[TR]
[TD]justin[/TD]
[/TR]
[TR]
[TD]paul[/TD]
[/TR]
[TR]
[TD]mary[/TD]
[/TR]
</tbody>[/TABLE]
table2
[TABLE="width: 50"]
<tbody>[TR]
[TD]apple[/TD]
[/TR]
[TR]
[TD]banana[/TD]
[/TR]
[TR]
[TD]orange[/TD]
[/TR]
</tbody>[/TABLE]
result table:
[TABLE="width: 100"]
<tbody>[TR]
[TD]austin[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]austin[/TD]
[TD]banana[/TD]
[/TR]
[TR]
[TD]austin[/TD]
[TD]orange[/TD]
[/TR]
[TR]
[TD]justin[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]justin[/TD]
[TD]banana[/TD]
[/TR]
</tbody>[/TABLE]
I appreciate you your time and help everyone.
Would like some help with an issue and i hope i won't be much of the trouble. I would like to combine 2 tables into one with 2 columns, where each cell in table 1 would get all cell values from table 2.
[TABLE="width: 500"]
<tbody>[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
table1
[TABLE="width: 50"]
<tbody>[TR]
[TD]austin[/TD]
[/TR]
[TR]
[TD]justin[/TD]
[/TR]
[TR]
[TD]paul[/TD]
[/TR]
[TR]
[TD]mary[/TD]
[/TR]
</tbody>[/TABLE]
table2
[TABLE="width: 50"]
<tbody>[TR]
[TD]apple[/TD]
[/TR]
[TR]
[TD]banana[/TD]
[/TR]
[TR]
[TD]orange[/TD]
[/TR]
</tbody>[/TABLE]
result table:
[TABLE="width: 100"]
<tbody>[TR]
[TD]austin[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]austin[/TD]
[TD]banana[/TD]
[/TR]
[TR]
[TD]austin[/TD]
[TD]orange[/TD]
[/TR]
[TR]
[TD]justin[/TD]
[TD]apple[/TD]
[/TR]
[TR]
[TD]justin[/TD]
[TD]banana[/TD]
[/TR]
</tbody>[/TABLE]
I appreciate you your time and help everyone.