BBcode Usage:
Code: Select all
[Indent]{TEXT}[/Indent]
Code: Select all
<div style="text-indent:25px";>{TEXT}</div>
Code: Select all
Indent one line [Indent]TEXT[/Indent]
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
It is easier to keep formatting consistent by using a preset indentation. You may have situations where you want to use varying amounts of indentation in a post. The following code allows you to enter a number before the text to set the indentation in pixels.
Example of a line indented 50px.
BBcode Usage:
Code: Select all
[IndentX={NUMBER}]{TEXT}[/IndentX]
Code: Select all
<div style="text-indent:{NUMBER}px";>{TEXT}</div>
Code: Select all
[IndentX=NUMBER]TEXT[/IndentX]