MyBB.de Forum

Normale Version: Tabulation and Indentation
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: ABP Tabulation and Indentation

Zitat:Installation

Unzip the file and copy the inc/ directory to your board root, then activate.


Usage

Indent

Code:
[indent]some contents
and also
[indent]another indented content[/indent]
[/indent]
gives:

Code:
  some contents
  and also
     another indented content
Tab
Code:
[tab]A simple indented line
and the following
[tab=3]Third level indented line
[tab=2]and the following
gives:
Code:
  A simple indented line
and the following
        Third level indented line
     and the following