duncang
4th January 2012, 10:25 PM
Hi,
I'm wondering if there is a way to publish table formatted information. It seems to be possible with vBulletin (using BBCodes (http://www.bbcode.org/reference.php)) in general, however it does not seem to be enabled on this forum.
Here's the code I've tried so far:
Row 1 Col 1 Row 1 Col 2 Row 1 Col 3
Row 2 Col 1 Row 2 Col 2 Row 2 Col 3
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.
I'm wondering if there is a way to publish table formatted information. It seems to be possible with vBulletin (using BBCodes (http://www.bbcode.org/reference.php)) in general, however it does not seem to be enabled on this forum.
Here's the code I've tried so far:
Row 1 Col 1 Row 1 Col 2 Row 1 Col 3
Row 2 Col 1 Row 2 Col 2 Row 2 Col 3
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.