BB Codes nemen de plaats in van functies die normaal door HTML uitgevoerd worden. U kunt deze codes gebruiken om opmaak toe te voegen aan uw berichten. Dit zijn de BB Codes die beschikbaar zijn voor uw gebruik:

BB Code Gelijkwaardig aan HTML Beschrijving
[b]uw tekst[/b] <b>uw tekst</b> Put text in bold.
[i]uw tekst[/i] <em>uw tekst</em> Put text in italics.
[u]uw tekst[/u] <u>uw tekst</u> Underline text
[quote=parameter]uw tekst[/quote] <div class="quote well"><span class="quoteby label label-default">parameter wrote:</span><br />uw tekst</div> Quote text written by someone.
[quote]uw tekst[/quote] <div class="quote well">uw tekst</div> Quote without attribution.
[url=parameter]uw tekst[/url] <a target="_blank" rel="nofollow" href="parameter">uw tekst</a> Link text to a URL.
[url]uw tekst[/url] <a target="_blank" rel="nofollow" href="uw tekst">uw tekst</a> Link a URL.
[img]uw tekst[/img] <img src="uw tekst" border="0" alt="" /> Display an image from a URL.
[code]uw tekst[/code] <pre class="code">uw tekst</pre> Type code such as HTML, PHP, C++, etc.
[color=parameter]uw tekst[/color] <span style="color: parameter">uw tekst</span> Places text in specified color.
[size=parameter]uw tekst[/size] <font size="parameter">uw tekst</font> Set the size of text.
[list]uw tekst[/list] <ul>uw tekst</ul> List of bullet points.
[*]uw tekst <li>uw tekst Bullet point inside a list.
[numbered]uw tekst[/numbered] <ol>uw tekst</ol> Numbered list.
[font=parameter]uw tekst[/font] <span style="font-family: parameter">uw tekst</span> Put text in the specified font.
[hr]uw tekst <hr style="width: 100%; height: 2px;">uw tekst Horizontal rule.
[center]uw tekst[/center] <div style="text-align: center;">uw tekst</div> Center text.
[right]uw tekst[/right] <div style="text-align: right;">uw tekst</div> Align text to right.
[indent=parameter]uw tekst[/indent] <div style="margin-left: parameterpx;">uw tekst</div> Indent by specified number of pixels.
[highlight=parameter]uw tekst[/highlight] <span style="background-color: parameter">uw tekst</span> Set background color for text.
[email]uw tekst[/email] <a href="mailto:uw tekst">uw tekst</a> Clickable email address.
[strike]uw tekst[/strike] <strike>uw tekst</strike> Cross out text.
[youtube]uw tekst[/youtube] <iframe width="420" height="315" src="https://www.youtube.com/embed/uw tekst" frameborder="0" allowfullscreen></iframe> Embeds a YouTube video.
[sub]uw tekst[/sub] <sub>uw tekst</sub> Subscript.
[sup]uw tekst[/sup] <sup>uw tekst</sup> Superscript.
[fullfont parameter]uw tekst[/fullfont] <font parameter>uw tekst</font> Set a font face, size or family.
[cite=parameter]uw tekst[/cite] <div class="quote cite"><span class="quoteby">From source parameter:</span><br />uw tekst</div> Cites a source.
[profile]uw tekst[/profile] <a href="memberlist.php?action=profile&name=uw tekst">{CONTENT</a> Links a member profile.
[image]uw tekst[/image] <img src="download.php?filetitle=uw tekst"> Displays the attached image with the specified filename, if present.
[image=parameter]uw tekst[/image] <img src="thumbnail.php?size=parameter&filetitle=uw tekst"> Displays thumbnail of the attached image with the specified filename, if present. E.g. use 300x200 as the parameter for a 300x200 thumbnail.