NordInvasion Forum
Guide to BB Code [forum styling] - Printable Version

+- NordInvasion Forum (https://forum.nordinvasion.com)
+-- Forum: Discussions (https://forum.nordinvasion.com/forumdisplay.php?fid=7)
+--- Forum: Strategies and Guides (https://forum.nordinvasion.com/forumdisplay.php?fid=10)
+--- Thread: Guide to BB Code [forum styling] (/showthread.php?tid=65816)

Pages: 1 2


Guide to BB Code [forum styling] - Kaasovic - 05-03-2018

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.


RE: Guide to BB Code [forum styling] - Odi - 05-03-2018

Thanks Kaas really helpful. Smile


RE: Guide to BB Code [forum styling] - DR. - 05-03-2018

but why tho


RE: Guide to BB Code [forum styling] - Horakti - 05-03-2018

(05-03-2018, 01:08 PM)Woody Wrote: but why tho

Checking "Shop" section can give you some answers


RE: Guide to BB Code [forum styling] - iBlameYou - 05-03-2018

Nice, I‘ll try that in the future!


RE: Guide to BB Code [forum styling] - PioPio - 05-03-2018

Don't need to ask you for help anymore, thanks a lot!


RE: Guide to BB Code [forum styling] - Fateeh - 05-03-2018

Thanks!


RE: Guide to BB Code [forum styling] - ilya2106 - 05-03-2018

where is the spoiler code? why does it sometimes break when I work with a spoiler?


RE: Guide to BB Code [forum styling] - Kaasovic - 05-03-2018

Added. If a spoiler breaks, check if you are using special characters. I am planning on making a list of supported characters.


RE: Guide to BB Code [forum styling] - ilya2106 - 05-03-2018

(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/showthread.php?tid=1240&pid=12585#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.