Add spacing using a margin BBcode

Post Reply
steven
Posts: 133
Joined: Sun Oct 01, 2017 3:08 pm

Add spacing using a margin BBcode

Post 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]

Post Reply