To keep the forum readable and structured, every member is required to use BB-Codes correctly. I have taken the effort to explain everything here in detail, including examples.
So, I expect you to make an effort as well and use BB-Codes properly.
The easiest way to use BB-Codes is through the BB-Codes bar with just a few clicks.
BB-Code Tutorial: Formatting Your Posts Effectively
What are BB-Codes?
BB-Codes (Bulletin Board Codes) are simple formatting tags used in forums to style text, insert links, images, and organize content without requiring HTML.
They make posts more readable, structured, and visually appealing.
BB-Codes are enclosed in square brackets [ ], and they usually have an opening and closing tag.
For example, Bold Text results in Bold Text.
Commonly Used BB-Codes and Their Purposes
I will not go into all of them in detail as they are self-explanatory.
The BB-Codes bar




So, I expect you to make an effort as well and use BB-Codes properly.
The easiest way to use BB-Codes is through the BB-Codes bar with just a few clicks.
BB-Code Tutorial: Formatting Your Posts Effectively
What are BB-Codes?
BB-Codes (Bulletin Board Codes) are simple formatting tags used in forums to style text, insert links, images, and organize content without requiring HTML.
They make posts more readable, structured, and visually appealing.
BB-Codes are enclosed in square brackets [ ], and they usually have an opening and closing tag.
For example, Bold Text results in Bold Text.
Commonly Used BB-Codes and Their Purposes
I will not go into all of them in detail as they are self-explanatory.
The BB-Codes bar

1. Text Formatting & Styling
BB-Code | Example | Result |
---|---|---|
[B] | [B]Bold Text[/B] | Bold Text |
[I] | [I]Italic Text[/I] | Italic Text |
[U] | [U]Underlined Text[/U] | <u>Underlined Text</u> |
[S] | [S]Strikethrough[/S] | Strikethrough |
[COLOR=red] | [COLOR=red]Red Text[/COLOR] | <span style="color:red;">Red Text</span> |
[SIZE=5] | [SIZE=5]Larger Text[/SIZE] | Larger Text |
[FONT=Arial] | [FONT=Arial]Arial Font[/FONT] | Arial Font |
[ICODE] | [ICODE]Inline Code [/ICODE] | Inline Code |
[ISPOILER] | [ISPOILER]Hidden Text[/ISPOILER] | Hidden text that reveals on click |
2. BB-Code for Lists, Alignment, and Headings

3. BB-Code for Special Formatting
Feature | BB-Code | Example | Result |
---|---|---|---|
Insert Horizontal Line | [HR] | Text above[HR]Text below | |
Upload Embedded Video | [ATTACH] | [ATTACH=full]5793[/ATTACH] | View attachment test-1080_30fps.mp4 |
Hide Content (Spoiler/Restricted) | [SPOILER] | [SPOILER="Spoiler Title"]
Spoiler Text
[/SPOILER] |
Spoiler Text
|
Insert Code Block | [CODE] | [CODE=html]<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple HTML Structure</title>
</head>
<body> |
HTML:
|
4. BB-Code for Hidden Content & Restrictions

Feature | BB-Code | Example | Result |
---|---|---|---|
Hidden for Registered Users Only | [HIDE] | [HIDE]Hidden Content[/HIDE] | Content visible only to registered users |
Hidden Based on Number of Posts | [HIDEPOSTS=X] | [HIDEPOSTS=10]Content[/HIDEPOSTS] | Content visible only to users with at least 10 posts |
Hidden Based on Number of Likes | [HIDELIKES=X] | [HIDELIKES=5]Content[/HIDELIKES] | Content visible only to users with at least 5 likes |
5. BB-Code for Links, Media, and Quotes

Feature | BB-Code | Example | Result | |||
---|---|---|---|---|---|---|
Insert Link | [URL] | [URL=https://example.com]Click Here[/URL] | Click Here | |||
Insert Image | [IMG] | [IMG]https://example.com/image.jpg[/IMG] |
![]() | |||
Insert Emoji | :) :D :P | :) :D :P | ![]() ![]() ![]() | |||
Insert Media (Video/Audio) | [MEDIA=youtube] | [MEDIA=youtube]videoID[/MEDIA] | ||||
Insert Quote | [QUOTE] | [QUOTE]Quoted Text[/QUOTE] |
| |||
Insert Table | [TABLE] | [TABLE width="100%"]
[TR][th]Header[/th][/TR]
[TR][td]Row 1[/td][/TR]
[TR][td]Row 2[/td][/TR]
[/TABLE] |
|
Last edited: