How to create a table in a post on this forum?

General Discussion on any topic relating to CPAP and/or Sleep Apnea.
glacierjay
Posts: 20
Joined: Sun May 01, 2022 9:04 am

How to create a table in a post on this forum?

Post by glacierjay » Fri May 27, 2022 5:21 pm

Hello, I'd like to put a table in a post on this forum (cpaptalk.com). I tried BBCode and HTML but no luck. I suspect I am missing a trick. Any ideas how to produce a table in a post? Thanks, Jay

PS here's the simple BBCode I was trying:
[table]
[tr]
[th]Battery[/th]
[th]Hours sleep[/th]
[th]Wh measured[/th]
[/tr]
[tr]
[td]Baseus[/td]
[td]24[/td]
[td]74[/td]
[/tr]
[tr]
[td]Nitecore[/td]
[td]13[/td]
[td]41[/td]
[/tr]
[tr]
[td]RavPower[/td]
[td]28.5/td]
[td]88[/td]
[/tr]
[tr]
[td]Renogy(12V)[/td]
[td]74/td]
[td]211[/td]
[/tr]
[/table]

User avatar
Dog Slobber
Posts: 3960
Joined: Thu Feb 15, 2018 2:05 pm
Location: Ontario, Canada

Re: How to create a table in a post on this forum?

Post by Dog Slobber » Fri May 27, 2022 5:40 pm

I don't think phpBB forum natively supports tables.

User avatar
palerider
Posts: 32300
Joined: Wed Dec 16, 2009 5:43 pm
Location: Dallas(ish).

Re: How to create a table in a post on this forum?

Post by palerider » Fri May 27, 2022 10:29 pm

glacierjay wrote:
Fri May 27, 2022 5:21 pm
Any ideas how to produce a table in a post?
You don't.

_________________
Mask: Bleep DreamPort CPAP Mask Solution
Additional Comments: S9 VPAP Auto
Get OSCAR

Accounts to put on the foe list: dataq1, clownbell, gearchange, lynninnj, mper!?, DreamDiver, Geer1, almostadoctor, sleepgeek, ajack, stom, mogy, D.H., They often post misleading, timewasting stuff.

User avatar
ChicagoGranny
Posts: 14463
Joined: Sun Jan 29, 2012 1:43 pm
Location: USA

Re: How to create a table in a post on this forum?

Post by ChicagoGranny » Sat May 28, 2022 7:32 am

glacierjay wrote:
Fri May 27, 2022 5:21 pm
How to create a table in a post on this forum?Quote glacierjay
Create the table on your PC. Snip it as a picture file. Put it on a host site like imgur. Post it here using the picture icon.

(I anticipate some hilarity.)

Image

glacierjay
Posts: 20
Joined: Sun May 01, 2022 9:04 am

Re: How to create a table in a post on this forum?

Post by glacierjay » Sun May 29, 2022 7:32 am

ChicagoGranny wrote:
Sat May 28, 2022 7:32 am
glacierjay wrote:
Fri May 27, 2022 5:21 pm
How to create a table in a post on this forum?Quote glacierjay
Create the table on your PC. Snip it as a picture file. Put it on a host site like imgur. Post it here using the picture icon.
Thank! Exactly what I plan to do when I need a table.

glacierjay
Posts: 20
Joined: Sun May 01, 2022 9:04 am

Re: How to create a table in a post on this forum?

Post by glacierjay » Wed Jun 01, 2022 9:53 am

It is not working for me. Any idea what I am doing wrong?

Imgur gives me an image URL : https://imgur.com/a/A7wv21G which works OK when I browse it.

On this forum I try the image, the generated BBCode looks like this:

Code: Select all

[img] https://imgur.com/a/A7wv21G [/img]
But I see only a broken image link in the preview:
Image

I did it by clicking on the "insert image" button, and inserting the URL from Imgur between img and /img that the button inserts.

Very puzzled. Thanks for any help.

User avatar
Dog Slobber
Posts: 3960
Joined: Thu Feb 15, 2018 2:05 pm
Location: Ontario, Canada

Re: How to create a table in a post on this forum?

Post by Dog Slobber » Wed Jun 01, 2022 10:18 am

Image

You are providing the URL of the page hosting the image in the image tag, not the URL of the image.

Code: Select all

[img]https://i.imgur.com/0cU93Ah.jpeg[/img]
I got the image URL by right clicking on image and then Copy image address
Last edited by Dog Slobber on Wed Jun 01, 2022 10:22 am, edited 1 time in total.

User avatar
Pugsy
Posts: 64017
Joined: Thu May 14, 2009 9:31 am
Location: Missouri, USA

Re: How to create a table in a post on this forum?

Post by Pugsy » Wed Jun 01, 2022 10:19 am

Try logging on to your imgur account.
Then go to the image and on the right side you should see these address choices
Image

copy the bbc code line and just insert it in the body of your text. It already contains the needed brackets so no need to try to use the forum editor.
See the 2 codes I have red arrows to??? it's the top one.

_________________
Machine: AirCurve™ 10 VAuto BiLevel Machine with HumidAir™ Heated Humidifier
Additional Comments: Mask Bleep Eclipse https://bleepsleep.com/the-eclipse/
I may have to RISE but I refuse to SHINE.

If you want to try the Eclipse mask and want a special promo code to get a little off the price...send me a private message.

glacierjay
Posts: 20
Joined: Sun May 01, 2022 9:04 am

Re: How to create a table in a post on this forum?

Post by glacierjay » Wed Jun 01, 2022 10:26 am

That's better. Thanks. I should have had my coffee before asking :-)

Image