New BBtag: Tab

r3naissanc3r

Honoured Citizen
Citizen
The admin team has added a new BBtag, TAB.
It can be used to achieve two effects:

1) Indent blocks of text, e.g.,

Unindented text
[tab]first indentation level
[tab]second indentation level[/tab][/tab]

Code:
Unindented text
[tab]first indentation level
[tab]second indentation level[/tab][/tab]
2) Insert blank space longer than a single space, e.g.,

Text to be followed by gap[tab][/tab]text 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
[tab]default indentation width[/tab]
[tab=60px]60px indentation width[/tab]
[tab=2%]2% indentation width[/tab]

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 us know.
 
[tab]Thank you
[tab]r3n
[tab]for all
[tab=100px]that you do
[tab=3.14%]for us![/tab][/tab][/tab][/tab][/tab]
 
Indeed! This is a very nice addition, imo.
 
Back
Top