Valdiu wrote:Hey Dragomere, how do you add more vertical lines to your table?
- Code: Select all
[Table][/Table]Sets up a Table
[tr][/tr] Creates a row in a Table
[td][/td]Creates a cell in a Table
So:
- Code: Select all
[Table][tr][td]Hello[/td][td]World[/td][/tr][/Table]
| Hello | World |
To make the table Smaller add:
- Code: Select all
[floatleft][/floatleft] This tag, or its companion (floatright) compresses the table so that each cell in a column is only as long as the longest text in that column
The same example with this tag loos like:
| Hello | World |



