This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
creating_tables [2017/12/09 05:31] waynesowry |
creating_tables [2017/12/09 12:23] (current) waynesowry |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== Creating Tables ==== | ==== Creating Tables ==== | ||
| - | **Note:** for this topic, you will need a basic understanding of HTML and BBCode. | + | **Note:** for this topic, you will need a basic understanding of BBCode and creating tables in HTML. |
| There is no native WYSIWYG editor for creating tables, but they can be created manually using MyCode tags (MyCode is the MyBB version of BBCode, which is the markup language used with a lot of forum software). | There is no native WYSIWYG editor for creating tables, but they can be created manually using MyCode tags (MyCode is the MyBB version of BBCode, which is the markup language used with a lot of forum software). | ||
| Line 67: | Line 67: | ||
| [tr]\\ | [tr]\\ | ||
| [td=^red]Cell with red centred text[/td]\\ | [td=^red]Cell with red centred text[/td]\\ | ||
| - | [td=black;lightsteelblue]Cell with LightSteelBlue background [/td]\\ | + | [td=black;lightsteelblue]Cell with [b][i]LightSteelBlue[/i][/b] background [/td]\\ |
| [/tr]\\ | [/tr]\\ | ||
| [/tbody]\\ | [/tbody]\\ | ||
| [/table] | [/table] | ||
| + | |||
| + | That then looks like this: | ||
| + | |||
| + | {{:forumtable.png?|}} | ||