I have added a new BBtag, TAB.
It can be used to achieve two effects:
1) Indent blocks of text, e.g.,
Unindented text
first indentation level
second indentation level
2) Insert blank space longer than a single space, e.g.,
Text to be followed by gaptext following gap
The default tab width is 40 pixels. However, it is also possible to specify a custom width, using any valid HTML width specification, e.g.,
Unindented text
default indentation width
60px indentation width
2% indentation width
I believe it is reasonably compatible with all other existing BBtags. If you encounter a bug, please let admins know.
It can be used to achieve two effects:
1) Indent blocks of text, e.g.,
Unindented text
first indentation level
second indentation level
Code:
Unindented text
[tab]first indentation level
[tab]second indentation level[/tab][/tab]
Text to be followed by gaptext following gap
Code:
Text to be followed by gap[tab][/tab]text following gap
The default tab width is 40 pixels. However, it is also possible to specify a custom width, using any valid HTML width specification, e.g.,
Unindented text
default indentation width
60px indentation width
2% indentation width
Code:
Unindented text
[tab]default indentation width[/tab]
[tab=60px]60px indentation width[/tab]
[tab=2%]2% indentation width[/tab]
I believe it is reasonably compatible with all other existing BBtags. If you encounter a bug, please let admins know.