![]() |
||||||||||||||||
|
Tables in forum posts - Printable Version +- Simulation Soccer League (https://forum.simulationsoccer.com) +-- Forum: League Headquarters (https://forum.simulationsoccer.com/forumdisplay.php?fid=4) +--- Forum: SSL Discussions (https://forum.simulationsoccer.com/forumdisplay.php?fid=129) +--- Thread: Tables in forum posts (/showthread.php?tid=9515) |
||||||||||||||||
Tables in forum posts - Canadice - 2026-05-04 Tables in forum posts
Tables are a great way to give structure to information within posts on the forum but they are tricky to implement correctly. This text tries to describe the different structures and commands needed as well as some pitfalls you can encounter.Tables To create a table you need to wrap all the information within the table code. There is also an argument you need to add to define the width of the table using Code: [table=width] [/table]For example Code: [table=100]produces
while Code: [table=50]produces
Rows In order for the table to have rows you need to wrap any row information within Code: [tr] [/tr]In the above examples the table consists of two rows so two instances of the wrap is required. Code: [table=100]produces
Columns There are two ways to produce columns (or cells), header cells and normal cells. Header cells have double borders and the text is written in bold, while normal cells have single borders and normal text. You can add as many cells you want within a row, just remember to wrap them within their given command. Header cells are given using Code: [th] [/th]Code: [td] [/td]For example Code: [table=100]produces
|