Emails are disabled - for account issues, post in #help on the NI Discord.

Guide to BB Code [forum styling]
#1
Ever wondered how the pros get their threads nice?
Well, here is their secret.

First off start by editing a thread in source mode:
How that you are in source mode you can see BB Code, yay. Creating a thread, or editing it, in source mode is easier.

Text Formatting:
[Image: 2a70607c0bff6e8fa5607cba3ecb0443.png]
Bold text
Code:
[b]Bold text[/b]
Or the B button on the editor bar, or Ctrl-B.
><>< Italics text
Code:
[i]Italics text[/i]
Or the I button on the editor bar, or Ctrl-I.
><>< Underlined text
Code:
[u]Italics text[/u]
Or the U button on the editor bar, or Ctrl-U.
><>< Strikethrough Text
Code:
[s]Strikethrough Text[/s]
Or the S button on the editor bar.

Positioning:
[Image: df0002b0c55140b28844cb9fb9328b38.png]

Align left
Code:
[align=left]Align left[/align]
><><
Align Center
Code:
[align=center]Align Center[/align]
><><
Align Right
Code:
[align=right]Align Right[/align]

Text Styling:
[Image: 418bd8be922f8b4c30c412e675b9b21b.png]

Different Fonts:
Arial
Arial Black
Comic Sans
Courier New
Georgia
Impact
Sans-serif
Serif
Times New Roman
Trebuchet MS
Verdana
Code:
[font=(fontname)]Text[/font]
Replace (fontname) with a font name listed above

for example:
Code:
[font=Arial]Text[/font]








><>< Font Sizes:
small text
Code:
[size=small]small text[/size]
Large Text
Code:
[size=large]Large Text[/size]
Note that the words can be replaced by integers
for example:
Code:
[size=3]Very small text[/size]













><>< Font Colours:
Green text
Code:
[color=green]Green text[/color]
Red text
Code:
[color=red]Red text[/color]
Words can be replaced by Hexadecimal code
For example:
Blue text
Code:
[color=#0000FF]Blue text[/color]
You can google the hexadecimal codes of colours.
NordInvasion uses the following Hexadecimal colours:
#F305FF - Collectibles
#000000 - Marketplace
#2FC245 - Green craftables
#05C9FF - Teal craftables
#0D28FF - House craftables
#F78900 - Orange Legendaries
#FF0011 - Red Legendaries
#800080 - Upgraded Legendaries
#c04000 - Rare Materials
#0D28FF - Crafted Materials
#7D4E0C - Dropped Materials

Other Formatting:
[Image: d9d78c2eed07acf1b18f8afcc2935bb2.png]

Horizontal Rule:

Code:
[hr]

><>< Images:
[img]example.png[/img]
Code:
[img]example.png[/img]
make sure you use a valid link with an extension
><>< Default Hyper Link:
nordinvasion.com
Code:
[url=nordinvasion.com]nordinvasion.com[/url]
><>< Custom Hyper Link:
Click Me!
Code:
[url=nordinvasion.com]Click Me![/url]
Video:
[video=youtube][/video]
Code:
[video=youtube](youtube link)[/video]
><>< Spoiler
Code:
[spoiler]Text[/spoiler]
><>< Spoiler with custom name
Code:
[spoiler=name]Text[/spoiler]
Spoiler names cannot contain any BB Code
nor does it support some special characters.
A list of supported characters will be added soon.

Lists:
[Image: f163c13fe0aafe63b160dab36975f840.png]

  • Item 1
  • Item 2
Code:
[list]
[*] Item 1
[*] Item 2
[/list]
><><
  1. Item 1
  2. Item 2
Code:
[list=1]
[*] Item 1
[*] Item 2
[/list]

Tables:
There is no button for tables so please read carefully:

A default table will look like this:
Code:
[table][tr][td][/td][/tr][/table]

Please note that a table cannot consists of more table tags (aka. nesting).
tr indicates the start of a table row
/tr indicates the end of the table row
Note that you cannot enter more tr tags while the current row hasn't ended yet
In example
Code:
[table][tr][tr][/tr][/table]
is not a valid table, neither is
Code:
[table][tr][tr][/tr][/tr][/table]

td indicates the start of table data
/td indicates the end of table data
Like tr, td cannot be nested.

How to place stuff next to each other?
Row 1, Cell 1 Row 1, Cell 2
Row 2, Cell 1 Row 2, Cell 2
Code:
[table][tr]
[td]Row 1, Cell 1[/td]
[td]Row 1, Cell 2[/td]
[/tr][tr]
[td]Row 2, Cell 1[/td]
[td]Row 2, Cell 2[/td]
[/tr][/table]

How to add spacing?
Row 1, Cell 1 ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ Row 1, Cell 2
Row 2, Cell 1 ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ Row 2, Cell 2
Note: You cannot use the white space character to add spacing.
There are ways to circumvent that, use a invisible character for example.
This example contains a bunch:
Code:
[table][tr]
[td]Row 1, Cell 1[/td]
[td]‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ [/td]
[td]Row 1, Cell 2[/td]
[/tr][tr]
[td]Row 2, Cell 1[/td]
[td]‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ [/td]
[td]Row 2, Cell 2[/td]
[/tr][/table]


If you have any questions feel free to ask them on this thread.
Reply
#2
Thanks Kaas really helpful. Smile
Sun Pike -  26/11/17
Studded -  18/01/18
Ruptures - 19/2/18
Eastern Full Scale - 08/06/18
Malice - 05/06/2021
Gloves of Vidar - 01/07/21
Reply
#3
but why tho

|Steam| |Some Shop| |VLKA Recruitment| |Legendary Stats|Legendary Item Thread|                                                                                            
Reply
#4
(05-03-2018, 01:08 PM)Woody Wrote: but why tho

Checking "Shop" section can give you some answers
NordInvasion Wiki

Brigadine Plated Black -  20/01/16
Dragon Spear - 17/03/18
Reply
#5
Nice, I‘ll try that in the future!
Dragon Halberd 09.02.2015
Black Gothic Plate 01.03.2015 1st ingame
Mangler 07.03.2015 1st ingame
Hurricane Bow 13.03.2015
Rending Bolts 25.08.2019
Eagle Crossbow 01.09.2019

Shadowknight - We will Fine!
Reply
#6
Don't need to ask you for help anymore, thanks a lot!
Hey ; - )


[Image: Geralt]
Reply
#7
Thanks!
╔═══════════════════╗
Hello my name is Fateeh
Im not Fat
Hello my name is Fateeh
Im not Fate
Hello my name is Fateeh...
╚═══════════════════╝



Aurora Blade ( 17.08.2016 ) - Prince
Legacy ( 04.10.2020 ) - Odins Chosen
Dellingr's Hands ( 09.10.2020 ) - Chosen Valkyrie
Heavy Scaled Greaves ( 23.10.2020 ) - Dvergar Ballistaman
Defender Armour ( 04.11.2020 ) - Thor
Reply
#8
where is the spoiler code? why does it sometimes break when I work with a spoiler?
Leader House of Elite
Professions: [⚒MAX][⛊MAX][⚗MAX]
House Crafting: [⚒25][⛊16][⚗MAX]
Reply
#9
Added. If a spoiler breaks, check if you are using special characters. I am planning on making a list of supported characters.
Reply
#10
(05-03-2018, 02:17 PM)Kaasovic Wrote: Added. If a spoiler breaks, check if you are using special characters. I am planning on making a list of supported characters.
Many thanks, now I realized that the spoiler does not need to enter quotes ' or ". I mean these [spoiler="name"][/spoiler]
But about the breakage of the spoiler. After the changes on the forum, everything crumbled. Although I visited 3 years ago, everything was in order there.
For example, this topic https://forum.nordinvasion.com/showthrea...5#pid12585
Although I also found a way to deal with these bugs, it's still very difficult to work here on the forum with spoilers.
Well, thanks so much for the first guide of the forum's bb codes.
Leader House of Elite
Professions: [⚒MAX][⛊MAX][⚗MAX]
House Crafting: [⚒25][⛊16][⚗MAX]
Reply




Users browsing this thread: 1 Guest(s)