BBCode in forum posts

Get technical assistance and troubleshoot issues with the help of the community.
Post Reply
rob.ec
Site Admin
Posts: 28
Joined: Sun Aug 10, 2025 4:14 pm UTC

BBCode in forum posts

Post by rob.ec »

BBCode (Bulletin Board Code) is a lightweight markup language. You can use it within forum posts.
Further BBCodes are shown in the phpBB forum.

table
"table" creates a table with rows and columns.

Code: Select all

[table]
[tr]
[td]Example 1[/td]
[td]Example 2[/td]
[td]Example 3[/td]
[/tr]

[tr]
[td]Example 4[/td]
[td]Example 5[/td]
[td]Example 6[/td]
[/tr]
[/table]
Example 1 Example 2 Example 3
Example 4 Example 5 Example 6

url
"url" creates an internal URL. By clicking, no new tab is opened.

Code: Select all

[url=https://robdotec.com]robdotec.com[/url]
robdotec.com


urlexternal
"urlexternal" creates an external URL. By clicking, a new tab is opened.

Code: Select all

[urlexternal=https://robdotec.com]robdotec.com[/urlexternal]
robdotec.com
Post Reply

Return to “Technical support and troubleshooting”