Hi everyone,
I am having trouble aligning multiple columns. For instance, I have this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]12[/TD]
[TD]15[/TD]
[TD]a[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]17[/TD]
[TD]b[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]10[/TD]
[TD]c[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]12[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]16[/TD]
[TD]e[/TD]
[/TR]
</tbody>[/TABLE]
And I need to keep the values in the second and third columns together but align the duplicates in columns 1 and 2 like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]12[/TD]
[TD]12[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]15[/TD]
[TD]a[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]17[/TD]
[TD]b[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]16[/TD]
[TD]e[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]10[/TD]
[TD]c[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to do this??
****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]12[/TD]
[TD][/TD]
[TD]15[/TD]
[TD]a[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD][/TD]
[TD]17[/TD]
[TD]b[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD][/TD]
[TD]10[/TD]
[TD]c[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD][/TD]
[TD]12[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[TD]16[/TD]
[TD]d[/TD]
[/TR]
</tbody>[/TABLE]
</body>
I am having trouble aligning multiple columns. For instance, I have this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]12[/TD]
[TD]15[/TD]
[TD]a[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]17[/TD]
[TD]b[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]10[/TD]
[TD]c[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]12[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]16[/TD]
[TD]e[/TD]
[/TR]
</tbody>[/TABLE]
And I need to keep the values in the second and third columns together but align the duplicates in columns 1 and 2 like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]12[/TD]
[TD]12[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]15[/TD]
[TD]a[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]17[/TD]
[TD]b[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]16[/TD]
[TD]e[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]10[/TD]
[TD]c[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to do this??
****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 500"]
<tbody>[TR]
[TD]12[/TD]
[TD][/TD]
[TD]15[/TD]
[TD]a[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD][/TD]
[TD]17[/TD]
[TD]b[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD][/TD]
[TD]10[/TD]
[TD]c[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD][/TD]
[TD]12[/TD]
[TD]d[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD][/TD]
[TD]16[/TD]
[TD]d[/TD]
[/TR]
</tbody>[/TABLE]
</body>