Redditch Tabletop Gamers Forum

Full Version: Table Formatting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Limited table functionality is now available in posts using the following syntax:

Code:
[table]
[tr]
[th]Column 1[/th]
[th]Column 2[/th]
[th]Column 3[/th]
[th]Column 4[/th]
[/tr]
[tr]
[td]Row 1[/td]
[td]Row 1[/td]
[td]Row 1[/td]
[td]Row 1[/td]
[/tr]
[tr]
[td]Row 2[/td]
[td]Row 2[/td]
[td]Row 2[/td]
[td]Row 2[/td]
[/tr]
[/table]

The example above will produce the following output:

Column 1 Column 2 Column 3 Column 4
Row 1 Row 1 Row 1 Row 1
Row 2 Row 2 Row 2 Row 2

Ready and available to use now, but please bear with me while I tinker with the formatting.
Stuart I tried the above, which crated a table. However all my Rows look like your columns, i.e. After the header its all black with white writing. Any idea what I did wrong?? (In Blood Bowl sticky.)
Fixed - you were just using "th" (header) tags for the rows rather than "td" (data) tags.