Hi,
I'm wondering if there is a way to publish table formatted information. It seems to be possible with vBulletin (using
BBCodes) in general, however it does not seem to be enabled on this forum.
Here's the code I've tried so far:
[TABLE]
[TR]
[TD]Row 1 Col 1[/TD] [TD]Row 1 Col 2[/TD] [TD]Row 1 Col 3[/TD]
[/TR]
[TR]
[TD]Row 2 Col 1[/TD] [TD]Row 2 Col 2[/TD] [TD]Row 2 Col 3[/TD]
[/TR]
[/TABLE]
I also tried straight HTML formatting:
<TABLE>
<TR>
<TD>Row 1 Col 1</TD> <TD>Row 1 Col 2</TD> <TD>Row 1 Col 3</TD>
</TR>
<TR>
<TD>Row 2 Col 1</TD> <TD>Row 2 Col 2</TD> <TD>Row 2 Col 3</TD>
</TR>
</TABLE>
Thanks for any assistance.
Cheers,
Duncan.