Page 1 of 1
How to Post Tables and Using BBcodes
Posted: Sun Apr 17, 2016 4:48 pm
by rpd
rjent wrote:A table is the solution, but the forum SW has to be able to let you write the code and insert it into the post. The code would look like:
Code: Select all
<table style="width:100%">
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
<tr>
<td>John</td>
<td>Doe</td>
<td>80</td>
</tr>
</table>
OK, I am done ....
reible wrote:In the old days when I did web pages we "got around it" by using tables. I'm guessing that is still done today as some pages have columns that line up well no matter. Can it be done here? Don't know and don't feel like trying.
So I think I've added to our drift away from the intent of this thread.
I will be out at the local woodcraft sometime in the next two weeks to take advantages of some sales and I'd like to see what that store knows or is willing to share on the subject. Not the one we just have been talking about but the shopsmith at woodcraft one.
Ed
The above tangential

discussion in another thread caused me to do a bit of research on BBcode. Need to learn my "useless fact" for the day.
What I found was there is link in the editor window, lower left, just below
Options, click on BBcode and there is an explanation of what codes are available.
The way to make tables is to use the Code function that rjent references above.
» Outputting code or fixed width data
If you want to output a piece of code or in fact anything that requires a fixed width, e.g. Courier type font you should enclose the text in
tags, e.g.
All formatting used within
tags is retained when you later view it. PHP syntax highlighting can be enabled using
and is recommended when posting PHP code samples as it improves readability.
Top
So here is my "test" table
note "code" automatically uses a mono space font and spaces and tabs are preserved.
lines a, b. and c have five spaces between entries and line d has one tab between entries.
Code: Select all
a1 a2 a3
b1 b2 b3
c1 c2 c3
d1 d2 d3
And it works.

Re: How to Post Tables and Using BBcodes
Posted: Sun Apr 17, 2016 5:17 pm
by reible
So what ever is between
is then left with what ever spacing or lack of that is there.
I did check and HTML is not approved for use but BB coding is to the extent of what is listed. Well we all learn new things every day.
Ed
Re: How to Post Tables and Using BBcodes
Posted: Sun Apr 17, 2016 6:00 pm
by jsburger
rpd wrote:rjent wrote:A table is the solution, but the forum SW has to be able to let you write the code and insert it into the post. The code would look like:
Code: Select all
<table style="width:100%">
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
<tr>
<td>John</td>
<td>Doe</td>
<td>80</td>
</tr>
</table>
OK, I am done ....
reible wrote:In the old days when I did web pages we "got around it" by using tables. I'm guessing that is still done today as some pages have columns that line up well no matter. Can it be done here? Don't know and don't feel like trying.
So I think I've added to our drift away from the intent of this thread.
I will be out at the local woodcraft sometime in the next two weeks to take advantages of some sales and I'd like to see what that store knows or is willing to share on the subject. Not the one we just have been talking about but the shopsmith at woodcraft one.
Ed
The above tangential

discussion in another thread caused me to do a bit of research on BBcode. Need to learn my "useless fact" for the day.
What I found was there is link in the editor window, lower left, just below
Options, click on BBcode and there is an explanation of what codes are available.
The way to make tables is to use the Code function that rjent references above.
» Outputting code or fixed width data
If you want to output a piece of code or in fact anything that requires a fixed width, e.g. Courier type font you should enclose the text in
tags, e.g.
All formatting used within
tags is retained when you later view it. PHP syntax highlighting can be enabled using
and is recommended when posting PHP code samples as it improves readability.
Top
So here is my "test" table
note "code" automatically uses a mono space font and spaces and tabs are preserved.
lines a, b. and c have five spaces between entries and line d has one tab between entries.
Code: Select all
a1 a2 a3
b1 b2 b3
c1 c2 c3
d1 d2 d3
And it works.

There is no BBcode below Options here.

Above the editing window is BBcode is on with a link to BBcode. It appears to be a tutorial and I have not really read through it so...
Re: How to Post Tables and Using BBcodes
Posted: Sun Apr 17, 2016 6:29 pm
by rpd
jsburger wrote:
There is no BBcode below Options here.

Above the editing window is BBcode is on with a link to BBcode. It appears to be a tutorial and I have not really read through it so...
Sorry, it is formatted a bit different in the subsilver2 board format that I use.
The link is still there though. Just below the smiles where it says "
BBCode is on." Click on the blue
BBCode
Re: How to Post Tables and Using BBcodes
Posted: Sun Apr 17, 2016 6:33 pm
by jsburger
rpd wrote:jsburger wrote:
There is no BBcode below Options here.

Above the editing window is BBcode is on with a link to BBcode. It appears to be a tutorial and I have not really read through it so...
Sorry, it is formatted a bit different in the subsilver2 board format that I use.
The link is still there though. Just below the smiles where it says "
BBCode is on." Click on the blue
BBCode
OK, as I said in my above post I did that but it looked like a tutorial but I really didn't look too closely. I will look again. Thanks!
Re: How to Post Tables and Using BBcodes
Posted: Sun Apr 17, 2016 7:31 pm
by rpd
jsburger wrote:
OK, as I said in my above post I did that but it looked like a tutorial but I really didn't look too closely. I will look again. Thanks!
That's right, it is a tutorial

, explains how to use all those buttons at the top of the edit window that were a mystery (to me) before.

Re: How to Post Tables and Using BBcodes
Posted: Sun Apr 17, 2016 7:35 pm
by jsburger
rpd wrote:jsburger wrote:
OK, as I said in my above post I did that but it looked like a tutorial but I really didn't look too closely. I will look again. Thanks!
That's right, it is a tutorial

, explains how to use all those buttons at the top of the edit window that were a mystery (to me) before.

OK I will read it in depth. Thanks again!