BB-код для создания таблиц. -- Обычная таблица: Код: [TABLE][TBODY][TR][TH]Month[/TH] [TH]Savings[/TH][/TR] [TR][TD]January[/TD] [TD]$100[/TD][/TR] [TR][TD]February[/TD] [TD]$80[/TD][/TR][/TBODY][/TABLE] - Таблица с обычными и вертикальными заголовками: Код: [TABLE][TBODY][TR][TH]Name[/TH] [TH]Telephone[/TH][/TR] [TR][TD]Bill Gates[/TD] [TD]555 77 854[/TD][/TR][/TBODY][/TABLE] [TABLE][TBODY][TR][TH]First Name:[/TH] [TD]Bill Gates[/TD][/TR] [TR][TH]Telephone:[/TH] [TD]555 77 854[/TD][/TR][/TBODY][/TABLE] - Таблица с пустой ячейкой: Код: [TABLE][TBODY][TR][TD]Some text[/TD] [TD]Some text[/TD][/TR] [TR][TD] [/TD] [TD]Some text[/TD][/TR][/TBODY][/TABLE] - Таблица с тегами внутри: Код: [TABLE][TBODY][TR][TD]This is a paragraph [COLOR=#ff0000]This is another paragraph[/COLOR] [/TD] [TD]This cell contains a table: [TABLE][TBODY][TR][TD]A[/TD] [TD]B[/TD][/TR] [TR][TD]C[/TD] [TD]D[/TD][/TR][/TBODY][/TABLE][/TD][/TR] [TR][TD]This cell contains a list [LIST] [*]apples [*]bananas [*]pineapples [/LIST][/TD] [TD="align: center"][CENTER][B]HELLO[/B][/CENTER][/TD][/TR][/TBODY][/TABLE] - Таблица с полной поддержкой тегов и атрибутов: Код: [TABLE][THEAD][TR][TD] Header 01[/TD] [TD] Header 02[/TD] [TD] Header 03[/TD][/TR][/THEAD] [TFOOT][TR][TD]Footer 1[/TD] [TD]Footer 2[/TD] [TD]Footer 2[/TD][/TR][/TFOOT] [TBODY][TR][TD]This is td[/TD] [TD]This is td[/TD] [TD]This is td[/TD][/TR] [TR][TD][TABLE][TBODY][TR][TD]Table 2[/TD] [TD]Table inside[/TD][/TR] [TR][TD]code inside table[/TD] [TD]smiles inside table[/TD][/TR] [TR][TD][PHP]<?php echo 'Hello World!'; ?>[/PHP][/TD] [TD]:(:mad::cool::D[/TD][/TR][/TBODY][/TABLE][/TD] [TD]img tag inside table [IMG]http://demo.brivium.com/121/styles/default/xenforo/avatars/avatar_male_m.png[/IMG][/TD] [TD]media tag inside table [media=youtube]fac0q5r7F98[/media][/TD][/TR] [TR][TD="width: 200"]Cell with width attribute[/TD] [TD="bgcolor: #ff0"][RIGHT]Cell with bgcolor attribute[/RIGHT][/TD] [TD="align: right"][RIGHT]Cell with algin attribute[/RIGHT][/TD][/TR][/TBODY][/TABLE]