BBCode in forum posts
Posted: Mon Aug 11, 2025 2:56 pm UTC
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.
url
"url" creates an internal URL. By clicking, no new tab is opened.
robdotec.com
urlexternal
"urlexternal" creates an external URL. By clicking, a new tab is opened.
robdotec.com
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]
urlexternal
"urlexternal" creates an external URL. By clicking, a new tab is opened.
Code: Select all
[urlexternal=https://robdotec.com]robdotec.com[/urlexternal]