Page 1 of 1
Test to get 'tables' working
Posted: Wed Apr 27, 2011 6:39 am
by Husker
Here are some table examples. The 'table' and 'table=' BBCodes were recently added. The 'tr' and 'td' codes have to be used properly WITHIN the table. You really need to know how to build an HTML table to do this. But since phpbb removes the html, you HAVE to use bbcodes to get the job done. Below is a quick 'examples'.
Table | Here is a table with a border |
Table | Here is a table with a thick border |
2 row example | We are still here. |
Table | Here is a table without a border |
Table Line #2 | Second line |
Re: Test to get 'tables' working
Posted: Wed Apr 27, 2011 7:46 am
by Husker
here is the 'code' shown above, listing the tables. I have turned off BBCode for this post, so that the normal 'codes' show up, and not the tables. This is the EXACT code shown in the parent post (for the tables).
[table=1]
[tr][td]Table[/td][td]Here is a table with a border[/td][/tr]
[/table]
[table=4]
[tr][td]Table[/td][td]Here is a table with a border[/td][/tr]
[tr][td]2 row example[/td][td]We are still here.[/td][/tr]
[/table]
[table]
[tr][td]Table[/td][td]Here is a table without a border[/td][/tr]
[tr][td]Table Line #2[/td][td]Second line[/td][/tr]
[/table]
Re: Test to get 'tables' working
Posted: Wed Apr 27, 2011 8:39 am
by Husker
Added the 'th' to give a header.
Here is an 'example'.
[th=2]2 column span[/th][th]1 col span[/th]
1/1 | 1/2 | 1/3 |
2/1 | 2/2 and 2/3 |
Re: Test to get 'tables' working
Posted: Wed Apr 27, 2011 8:41 am
by Husker
here is the table with the th headers, or the 'code' of it, with bbcode turned off, so you can 'see' it.
[table=1]
[tr][th=2]2 column span[/th][th]1 col span[/th][/tr]
[tr][td]1/1[/td][td]1/2[/td][td]1/3[/td][/tr]
[tr][td]2/1[/td][td=2]2/2 and 2/3[/td][/tr]
[/table]
Re: Test to get 'tables' working
Posted: Wed Apr 27, 2011 8:51 am
by Husker
The 'link shortcuts' have been taken off the quick buttons on posts. The BBCodes are still there.
Re: Test to get 'tables' working
Posted: Sun Apr 29, 2012 8:12 pm
by Monty671
just a test