Tables

Make suggestions and report problems.
User avatar
flash_uk
Graham’s 1977
Posts: 4082
Joined: 20:02 Thu 13 Feb 2014
Location: London

Re: Tables

Post by flash_uk »

PhilW wrote:Just attempted a table in a post, but it did not seem to work at all, using the format previously mentioned table/th/td format.
Could someone who knows how it should work check, and if it does still work please explain?
Phil - I retried the table from my post three above this one and it still works. Hit the reply with quotes to that post and you'll see the format of the bbcode for the table in that post.
PhilW
Dalva Golden White Colheita 1952
Posts: 3503
Joined: 14:22 Wed 15 Dec 2010
Location: Near Cambridge, UK

Re: Tables

Post by PhilW »

Thanks Mike. Problem solved by taking yours and slowly converting it to mine. The issue is with the
"table" keyword syntax, which only seems to work if you specify alignment and not without (you would think it should default, and should work, if no alignment is specified). Specifically, it works fine if you put

Code: Select all

[table align=left]
but fails if you just use

Code: Select all

[table]
User avatar
jdaw1
Cockburn 1851
Posts: 23613
Joined: 15:03 Thu 21 Jun 2007
Location: London
Contact:

Re: Tables

Post by jdaw1 »

As best I tried — and have just retested — phpBB doesn’t allow overloading. Nor does it allow optional parameters. Sorry.
Post Reply