01-03-2026, 12:26 PM
Here's a table with 25% width, just to try that feature:
This bbcode produced it:
| Stanford | Cal |
|---|---|
| 31 | 10 |
This bbcode produced it:
Code:
[table=25]
[tr]
[th]Stanford[/th]
[th]Cal[/th]
[/tr]
[tr]
[td]31[/td]
[td]10[/td]
[/tr]
[/table]
