Page 1 of 1

Add spacing using a margin BBcode

Posted: Sat Dec 30, 2017 7:49 pm
by steven
Some times you need to add spaces. You can use &nbsp but you'll need to enter that code for each space. Using the BBcode below and entering the number of pixels you need for spacing is much easier if you need more than one or two spaces.

BBCode usage:

Code: Select all

[SpX]{NUMBER}[/SpX]
HTML replacement:

Code: Select all

<span style="margin-left:{NUMBER}px;"></span>
Help line:

Code: Select all

Enter the amount of space to add in pixels [SpX]NUMBER[/SpX]