Manolocs
Active Member
- Joined
- Mar 28, 2008
- Messages
- 340
Hi, I have two columns with text. some of the rows has a (text) in front of the text, is there a way to move this (text) to the end of the text of the other column?
[TABLE="width: 10"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD](1)One[/TD]
[TD]One[/TD]
[/TR]
[TR]
[TD](car) Red[/TD]
[TD]Red[/TD]
[/TR]
[TR]
[TD](above)blue[/TD]
[TD]Something [/TD]
[/TR]
</tbody>[/TABLE]
The result I need is:
[TABLE="width: 10"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD]One[/TD]
[TD]One (1)[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Red (car)[/TD]
[/TR]
[TR]
[TD]blue[/TD]
[TD]Something(above)[/TD]
[/TR]
</tbody>[/TABLE]
thanks in advance
[TABLE="width: 10"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD](1)One[/TD]
[TD]One[/TD]
[/TR]
[TR]
[TD](car) Red[/TD]
[TD]Red[/TD]
[/TR]
[TR]
[TD](above)blue[/TD]
[TD]Something [/TD]
[/TR]
</tbody>[/TABLE]
The result I need is:
[TABLE="width: 10"]
<tbody>[TR]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD]One[/TD]
[TD]One (1)[/TD]
[/TR]
[TR]
[TD]Red[/TD]
[TD]Red (car)[/TD]
[/TR]
[TR]
[TD]blue[/TD]
[TD]Something(above)[/TD]
[/TR]
</tbody>[/TABLE]
thanks in advance