The BB code is a code that can be used to beautify the appearance of comments. This page displays a list of all BB codes available for the SZonephBoard theme.

<b>, <i>, Bold, italic, [B], [I], [U], [S]

Makes wrapped text bold, italic.

Example:
This is <b>bold</b> text.
This is <i>italicized</i> text.
This is [B]bold[/B] text.
This is [I]italic[/I] text.
This is [U]underlined[/U] text..
This is a [S]struck-through[/S] text.
 Results:
This is Bold text.
This is miring text.
This is Bold text.
This is miring text.
This is underlined text.
This is a struck-through text.

<i rel='color'>, <i rel='size'>, [COLOR=color], [FONT=name], [SIZE=size]

Change the color, font, or size of wrapped text.

Example:

This is the text <i rel='red'>red</i> and <i rel='blue'>blue</i>.
These are the <i rel='small'>small</i> and <i rel='big'>large</i> texts.
These are the [COLOR=red]red[/COLOR] text and [COLOR=#0000cc]blue[/COLOR] text.
This is the text [FONT=Courier New]Courier New[/FONT].
These are the texts [SIZE=1]small[/SIZE] and [SIZE=7]big[/SIZE].
Result:
This is red and blue text.
This is small and large text.
This is red and blue text.
This is the text Courier New.
This is small and BIG text.

<a href=''>, [URL], [EMAIL]

Create links using text wrapped in HTML anchor tags.

Example:
<a href='https://www.example.com' rel='nofollow'>www.example.com</a>
<a href='mailto:[email protected]'>[email protected]</a>
[URL]https://www.example.com[/URL]
[EMAIL][email protected][/EMAIL]
Result:
https://www.example.com
[email protected]
https://www.example.com
[email protected]

<i rel='img'> - Image

Displays images using custom rails.

Example:
<i rel='img'>URL_IMAGE</i>
Result:
logo.png

<i rel='video'> - Media

Embed media from supported sites into comments. Make sure the link you paste is a special video embed link.

Example:
<i rel='video'>URL_VIDEO</i>
Result:
Embedded YouTube players will appear here.

<em rel='code'> - Displays programming code

Displays text in one of several programming languages, highlighting the syntax whenever possible.

Example:
<em rel='code'>The code has been parsed</em>
<code rel='code'>The code has been parsed</code>
Result:
var hello = 'world';
New comments are not allowed.