View Single Post
      02-03-2021, 02:47 AM   #1
NorCalAthlete
Lieutenant Colonel
NorCalAthlete's Avatar
3191
Rep
1,667
Posts

Drives: '23 M4CX - Tanzanite / Tartufo
Join Date: Aug 2014
Location: Bay Area, CA

iTrader: (0)

How-to help needed: BBcode tables?

I'm trying to make a table like this one but for the order tracking threads. I feel like it'd be nicer to read if we had, say, 3 columns : Status, Date, # Days.

My post here is all kinds of jacked up and I've been playing around with btr, btd, btable, btd-width, btrhead, and I can't get any of it to display like the first one I linked. It also keeps messing with the boundaries of the actual post within the forum - alignment is to the right of the post # in the top right corner in some cases, or appears to lock on to the section that has my avatar. I'll copy and paste it into a separate reply beneath this first post. It also creates a huge gap between replies. I'm really not sure what's up with it but maybe it's just late.

Example of what works on other forums but not here :
[table=head]place|driver|class|car|time
--------|--------------------|------------------------------------------------|-----------------------------------------------------------------|----------
1|Clint Vahsholtz|Open Wheel|2013 Ford Open|09:35.5
2|Paul Dallenbach|Open Wheel|2006 PVA-03 Dallenbach Special|09:36.2
3|David Donner|Time Attack 1|2019 Porsche GT2 RS Clubsport|09:36.6
4|Cole Powelson|Open Wheel|2020 Sierra Alpha|09:37.4
5|Jeff Zwart|Time Attack 1|2019 Porsche 935|09:43.9
6|Layne Schranz|Pikes Peak Open|2018 Chevrolet SS|09:45.4
7|Dan Novembre|Open Wheel|2016 Novembre KMHRAL Special|09:50.3
8|James Robinson|Time Attack 1|2019 Acura NSX|10:01.9
9|Daijiro Yoshihara|Unlimited Division|2013 Toyota 86|10:05.0
10|Derek Boyd|Unlimited Division|2008 Mitsubishi Evo X|10:11.4
11|Kevin Wesley|Unlimited Division|2018 Dodge Challenger Hellcat Redeye Widebody|10:25.9
12|David Meyer|Pikes Peak Open|2017 Palatov D2tt|10:44.0
13|Steve Goeglein|Unlimited Division|2002 Chevy Camaro|10:50.5
14|Rodney O'Maley|Open Wheel|2018 O'Maley Special Spec V|10:51.4
15|Robb Holland|Unlimited Division|2016 Audi S3|10:51.4
16|Blake Williams|Porsche Pikes Peak Trophy By Yokohama|2018 Porsche GT4 Clubsport|10:52.6
17|Andy Kingsley|Time Attack 1|2002 Porsche 911 Turbo|10:55.6
18|Scott Crouch|Time Attack 1|2014 Subaru WRX|10:56.0
19|Fred Veitch|Pikes Peak Open|2001 Porsche 996TT|11:02.2
20|Blake Fuller|Exhibition|2018 Tesla Model 3|11:02.8
21|Randy Pobst|Exhibition|2020 Unplugged Performance Tesla Model 3 Ascension-R|11:04.1

[/table]

bbcode.org example for tables:
[table]
[tr]
[th]Name[/th]
[th]Age[/th]
[/tr]
[tr]
[td]John[/td]
[td]65[/td]
[/tr]
[tr]
[td]Gitte[/td]
[td]40[/td]
[/tr]
[tr]
[td]Sussie[/td]
[td]19[/td]
[/tr]
[/table]

Last edited by NorCalAthlete; 02-04-2021 at 04:20 PM..
Appreciate 0