Do we have any way to make tables?

All things related to the general running of the forum - got a suggestion? Here's where it should go.
Post Reply
Andrew D
Posts: 3150
Joined: Thu Apr 15, 2010 5:01 pm
Location: North California

Do we have any way to make tables?

Post by Andrew D »

Any way at all?
Reason is valuable only when it performs against the wordless physical background of the universe.

User avatar
Reality Bytes
Posts: 534
Joined: Mon Apr 05, 2010 9:52 pm

Re: Do we have any way to make tables?

Post by Reality Bytes »

Short non technical answer is - no :lol:

Longer more technical answer is - even if I were to try and install custom coding for tables - for people to actually use the bb code to set up tables would be really fiddly. Theres no code that works like tables in Word, from what I gather the way they have been trying to develop tables for posts involves you having to use multiple bb codes for each column and line for example:

Code: Select all

[table]
  [trow]
    [tmultiheader=4]Table example[/tmultiheader]
  [/trow]
  [trow]
    [theader]Table header 1[/theader]
    [tcell]Table cell 1[/tcell]
    [tcell]Table cell 2[/tcell]
    [tcell]Table cell 3[/tcell]
  [/trow]
  [trow]
    [theader]Table header 2[/theader]
    [tmulticell=2]Table cell 4[/tmulticell]
    [tcell]Table cell 5[/tcell]
  [/trow]
[/table]
 
That gives you a table like this:

Code: Select all

+------------------------------------------------------------+
|                       Table example                        |
+---------------+--------------+--------------+--------------+
|Table header 1 | Table cell 1 | Table cell 2 | Table cell 3 |
+---------------+--------------+--------------+--------------+
|Table header 2 |         Table cell 4        | Table cell 5 |
+---------------+-----------------------------+--------------+
Thats a heck of a lot of fiddling for a not terribly special looking table.

TBH what I'd be inclined to do is create your table and either use a screen capture, or a program that allows you to save as an image then put the image in your post.
If you can keep your head while those around you are losing theirs, you may have misjudged the situation.

User avatar
Gob
Posts: 33642
Joined: Tue Apr 06, 2010 8:40 am

Re: Do we have any way to make tables?

Post by Gob »

No offense Andrew, but I'd prefer not to have anything added which may cause coding problems.
“If you trust in yourself, and believe in your dreams, and follow your star. . . you'll still get beaten by people who spent their time working hard and learning things and weren't so lazy.”

User avatar
The Hen
Posts: 5941
Joined: Tue Apr 06, 2010 8:56 am

Re: Do we have any way to make tables?

Post by The Hen »

Image


?
Bah!

Image

Andrew D
Posts: 3150
Joined: Thu Apr 15, 2010 5:01 pm
Location: North California

Re: Do we have any way to make tables?

Post by Andrew D »

Thanks, Reality Bytes. That does seem an awful lot of trouble.

Would there be any way for us to have tabs -- like the normal function of the tab key in a wordprocessing program? Then I could line up the columns, and the rows would take care of themselves. (I have no idea how to do either of the things you suggest, or even whether I can.)
Reason is valuable only when it performs against the wordless physical background of the universe.

User avatar
Crackpot
Posts: 11298
Joined: Sat Apr 10, 2010 2:59 am
Location: Michigan

Re: Do we have any way to make tables?

Post by Crackpot »

Ctrl print screen or under your print options
Okay... There's all kinds of things wrong with what you just said.

User avatar
Econoline
Posts: 9597
Joined: Sun Apr 18, 2010 6:25 pm
Location: DeKalb, Illinois...out amidst the corn, soybeans, and Republicans

Re: Do we have any way to make tables?

Post by Econoline »

Reality Bytes wrote:TBH what I'd be inclined to do is create your table and either use a screen capture,
Crackpot wrote:Ctrl print screen or under your print options
Then how do you actually put that into a post?
Reality Bytes wrote:or a program that allows you to save as an image then put the image in your post.
or what program(s) would that be?

(Sorry if these are stupid questions but I've never claimed not to be stupid about computers.) :shrug
People who are wrong are just as sure they're right as people who are right. The only difference is, they're wrong.
God @The Tweet of God

oldr_n_wsr
Posts: 10838
Joined: Sun Apr 18, 2010 1:59 am

Re: Do we have any way to make tables?

Post by oldr_n_wsr »

Last time I posted a picture (I took) I first had to load it to a picture hosting site (photobucket? IIRC). Then you use the [img ]http//site/picture address[/img ] codes to link to the picture.

Don't know if this boards software will "host" the picture for you.

User avatar
loCAtek
Posts: 8421
Joined: Tue Apr 06, 2010 9:49 pm
Location: My San Ho'metown

Re: Do we have any way to make tables?

Post by loCAtek »

I use Tiny Pic to host pictures. :ok

Post Reply