Test to get 'tables' working

The place to try out features like smilies, colored text, etc. Please delete your posts when you are done playing. (all topics expire after 7 days)

Moderator: Site Moderator

Post Reply
User avatar
Husker
retired
Posts: 5031
Joined: Thu Aug 17, 2006 1:04 pm

Test to get 'tables' working

Post 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
Hillbilly Rebel: Unless you are one of the people on this site who are legalling distilling, keep a low profile, don't tell, don't sell.
User avatar
Husker
retired
Posts: 5031
Joined: Thu Aug 17, 2006 1:04 pm

Re: Test to get 'tables' working

Post 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]
Hillbilly Rebel: Unless you are one of the people on this site who are legalling distilling, keep a low profile, don't tell, don't sell.
User avatar
Husker
retired
Posts: 5031
Joined: Thu Aug 17, 2006 1:04 pm

Re: Test to get 'tables' working

Post 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
Hillbilly Rebel: Unless you are one of the people on this site who are legalling distilling, keep a low profile, don't tell, don't sell.
User avatar
Husker
retired
Posts: 5031
Joined: Thu Aug 17, 2006 1:04 pm

Re: Test to get 'tables' working

Post 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]
Hillbilly Rebel: Unless you are one of the people on this site who are legalling distilling, keep a low profile, don't tell, don't sell.
User avatar
Husker
retired
Posts: 5031
Joined: Thu Aug 17, 2006 1:04 pm

Re: Test to get 'tables' working

Post by Husker »

The 'link shortcuts' have been taken off the quick buttons on posts. The BBCodes are still there.
Hillbilly Rebel: Unless you are one of the people on this site who are legalling distilling, keep a low profile, don't tell, don't sell.
Monty671
Novice
Posts: 83
Joined: Fri Dec 23, 2011 11:11 am
Location: S.E. Swamps

Re: Test to get 'tables' working

Post by Monty671 »

just a test
Post Reply