Patreon LogoYour support makes Blue Moon possible (Patreon)

Suggestion Heading Levels

tsukasa

Pregnancy lover
Joined
Nov 2, 2021
Location
GB
Would it be possible to have heading levels 4-6 implemented in Blue Moon Roleplaying's BBCode? Since BBCode simply parses and converts into HTML, it should be possible since HTML allows up to 6 heading levels. Other sites which use BBCode also allow more than 3 heading levels.

It's not a major issue, but it is a limit I have reached when writing sections within sections, due to there being only 3 heading levels.
 
There are some work arounds for this. Ape Apps explains how you can use the size tag instead. I personally prefer doing that because the spacing is more snug.

lJJ7lfr.png

You can also
Code:
[FONT=tahoma][SIZE=7][B]You can also[/B][/SIZE][/FONT]

Adjust the size and font
Code:
[SIZE=6][B][FONT=tahoma]Adjust the size and font [/FONT][/B][/SIZE]

Of your text so that
Code:
[SIZE=5][B][FONT=tahoma]Of your text so that [/FONT][/B][/SIZE]

It looks like a header.
Code:
[SIZE=4][B][FONT=tahoma]It looks like a header.[/FONT][/B][/SIZE]
 
Back
Top Bottom