PDA

View Full Version : Posting tables















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.

RETIRED
4th January 2012, 10:37 PM
I have a feeling that you can copy and paste straight in but you have to watch the spacing as they can play havoc with the window.

duncang
4th January 2012, 10:48 PM
Hi ,

Yes it seems you are correct (see below), but then it doesn't end up with borders etc. Probably enough to start off with.

Thanks,
Duncan




Row 1 Col 1 Row 1 Col 2 Row 1 Col 3
Row 2 Col 1 Row 2 Col 2 Row 2 Col 3