BBCode denotes Bulletin Board Code and is commonly used to post messages in Bulletin Board forums such as phpBB. The syntax or markup is similar to HTML though the tags are enclosed within square braces [].
Basic usage on BBCode syntax is outlined below:
- Use Bold text as follows [b]Bold[/b]
- For Italics use [i]bold[/i]
- To underline a text, use [u]bold[/u]
- Would you like to create an unordered list as follows?
- first list
- second one
- third one
Use the following markup
[list]
[*]first list
[*]second one
[*]third one
[/list] - To create an ordered list as follows
- First list
- Second One
- Third One
Use the following markup
[list =1] [*]first list
[*]second one
[*]third one
[/list]How to Hyperlink
To hyperlink use the [url][/url] tags. This is shown as follows: [url=http://referpages.com]referpages.com[/url]
The above is examples are by no means exhaustive; hopefully it would be a catalyst for further reading.
No related posts.

