how do i create a purty table?


log in or register to remove this ad

Unfortunately, there is no easy way to create a table. The best way is to use the (code)(/code) tags, which produces something like this:

Code:
Lvl	BAB	Fort	...
1	+1	+2	....
2	+2	+3	....

4 spaces create a tab (usually - you may encounter some problems when trying to align the code text).
 

First of all, copy these two rows to Notepad

M#M#M#M#M#M#M#M#M#M#M#M#M#M#
............................

If the two rows are of equal length you use a fixed-sized font and can write your tables in that program. Use spaces and tabs to create something like in Knight Otu's post. If the rows are NOT of equal length you will get a table that looks weird and misaligned. Try to change the font to Lucida Sans Unicode or perhaps Courier (New).

When you are done, copy it and put it within [code]a code block[/code]
 
Last edited:

Remove ads

Top