Tables
-
Topic author - Posts: 857
- Joined: 13 Feb 2024, 17:47
Tables
Good afternoon everyone. Glad to be a part of the site and looking forward to posting some great franchise dynasties. I do have one question. In regards to tables, how do we go about putting them together? Any help would be appreciated.
CoachGreg
Tables
The board uses BBCode. We've made some code swaps for HTML. Here are the relevant BBCodes for tables and what they correspond to for HTML.
Table
BBCode:
[table={NUMBER1},{NUMBER2},{NUMBER3},{NUMBER4}]{TEXT}[/table]
HTML:
<table cellpadding="{NUMBER1}" cellspacing="{NUMBER2}" width="{NUMBER3}" style="border:{NUMBER4}px solid #CCC; font-family:Verdana, Geneva, sans-serif;"> {TEXT}</table>
TD
BBCode:
[td]{TEXT}[/td]
HTML:
<td>{TEXT}</td>
TF
[tf]{TEXT}[/tf]
<th colspan="2">{TEXT}</th>
TH
[th]{TEXT}[/th]
<th>{TEXT}</th>
TR
[tr]{TEXT}[/tr]
<tr>{TEXT}</tr>
TBODY
[tbody]{TEXT}[/tbody]
<tbody>{TEXT}</tbody>
Table
BBCode:
[table={NUMBER1},{NUMBER2},{NUMBER3},{NUMBER4}]{TEXT}[/table]
HTML:
<table cellpadding="{NUMBER1}" cellspacing="{NUMBER2}" width="{NUMBER3}" style="border:{NUMBER4}px solid #CCC; font-family:Verdana, Geneva, sans-serif;"> {TEXT}</table>
TD
BBCode:
[td]{TEXT}[/td]
HTML:
<td>{TEXT}</td>
TF
[tf]{TEXT}[/tf]
<th colspan="2">{TEXT}</th>
TH
[th]{TEXT}[/th]
<th>{TEXT}</th>
TR
[tr]{TEXT}[/tr]
<tr>{TEXT}</tr>
TBODY
[tbody]{TEXT}[/tbody]
<tbody>{TEXT}</tbody>
-
Topic author - Posts: 857
- Joined: 13 Feb 2024, 17:47
Tables
Thank you very much. Another quick question. Trying to post a table using the bbcode but when I go to preview my post all I see is the bbcode for the table.
Example
[table]
[tr]
[td]Los Angeles Lakers[/td]
[td]Denver Nuggets[/td]
[/tr]
[/table]
Example
[table]
[tr]
[td]Los Angeles Lakers[/td]
[td]Denver Nuggets[/td]
[/tr]
[/table]
CoachGreg
-
Topic author - Posts: 857
- Joined: 13 Feb 2024, 17:47
Tables
This table now works.theICON562 wrote: ↑25 Feb 2024, 18:09Thank you very much. Another quick question. Trying to post a table using the bbcode but when I go to preview my post all I see is the bbcode for the table.
Example
Los Angeles Lakers Denver Nuggets
-
Topic author - Posts: 857
- Joined: 13 Feb 2024, 17:47
-
Topic author - Posts: 857
- Joined: 13 Feb 2024, 17:47
Tables
Can anyone give me an example of how to use the bbcode with cellspacing, cellpadding and border as it shows at the top of the information?Caesar wrote: ↑25 Feb 2024, 17:45The board uses BBCode. We've made some code swaps for HTML. Here are the relevant BBCodes for tables and what they correspond to for HTML.
Table
BBCode:{TEXT}
HTML:
<table cellpadding="{NUMBER1}" cellspacing="{NUMBER2}" width="{NUMBER3}" style="border:{NUMBER4}px solid #CCC; font-family:Verdana, Geneva, sans-serif;"> {TEXT}</table>
TD
BBCode:
[td]{TEXT}[/td]
HTML:
<td>{TEXT}</td>
TF
[tf]{TEXT}[/tf]
<th colspan="2">{TEXT}</th>
TH
[th]{TEXT}[/th]
<th>{TEXT}</th>
TR
[tr]{TEXT}[/tr]
<tr>{TEXT}</tr>
TBODY
[tbody]{TEXT}[/tbody]
<tbody>{TEXT}</tbody>
BBCode:
<table cellpadding="{NUMBER1}" cellspacing="{NUMBER2}" width="{NUMBER3}" style="border:{NUMBER4}px solid #CCC; font-family:Verdana, Geneva, sans-serif;"> {TEXT}</table>
For NUMBER1, NUMBER2, NUMBER3 and NUMBER4, how would you write that in bbcode within the table?
CoachGreg
Tables
This no longer works. I had to disable it to make the tables work as above.theICON562 wrote: ↑05 Mar 2024, 20:20Can anyone give me an example of how to use the bbcode with cellspacing, cellpadding and border as it shows at the top of the information?Caesar wrote: ↑25 Feb 2024, 17:45The board uses BBCode. We've made some code swaps for HTML. Here are the relevant BBCodes for tables and what they correspond to for HTML.
Table
BBCode:
[table={NUMBER1},{NUMBER2},{NUMBER3},{NUMBER4}]{TEXT}[/table]
HTML:
<table cellpadding="{NUMBER1}" cellspacing="{NUMBER2}" width="{NUMBER3}" style="border:{NUMBER4}px solid #CCC; font-family:Verdana, Geneva, sans-serif;"> {TEXT}</table>
TD
BBCode:
[td]{TEXT}[/td]
HTML:
<td>{TEXT}</td>
TF
[tf]{TEXT}[/tf]
<th colspan="2">{TEXT}</th>
TH
[th]{TEXT}[/th]
<th>{TEXT}</th>
TR
[tr]{TEXT}[/tr]
<tr>{TEXT}</tr>
TBODY
[tbody]{TEXT}[/tbody]
<tbody>{TEXT}</tbody>
BBCode:
[table={NUMBER1},{NUMBER2},{NUMBER3},{NUMBER4}]{TEXT}[/table]
HTML:
<table cellpadding="{NUMBER1}" cellspacing="{NUMBER2}" width="{NUMBER3}" style="border:{NUMBER4}px solid #CCC; font-family:Verdana, Geneva, sans-serif;"> {TEXT}</table>
For NUMBER1, NUMBER2, NUMBER3 and NUMBER4, how would you write that in bbcode within the table?
-
Topic author - Posts: 857
- Joined: 13 Feb 2024, 17:47