Open your Web browser, navigate to your phpBB forum and log in with your username and password.
How to Use HTML in Posts With phpBB
Using HTML in a phpBB forum post gives you extra ways to format your message, change how text displays and even embed video files. In PhpBB v.3, HTML functionality is disabled and has been replaced with BBCode. Older versions, such as PhpBB v.2, allow HTML to be enabled through the Administration Control Panel (ACP). If you are not the administrator of the forum you must request that he enables HTML posting for you.
Instructions
-
-
1
-
2
Click the "Administration Control Panel" (ACP) link, located at the bottom of the forum, click the "General" tab and click "Configuration."
-
-
3
Select "Enable HTML" on the "Configuration" tab.
-
4
Add any HTML tags in the "Configuration" window you want to let forum posters use, such as "<font>", "<span>", "<pre>", "<b>" and "<i>".
-
5
Navigate back to your forum, start a post and use the enabled HTML tags. For example, "<span style="color: red;">my text</span>" will make your text appear red if the "<span>" tag has been enabled.
-
1
-
Tips & Warnings
- In phpbb v.3 the option to enable HTML posting has been disabled for security purposes. You can add BBCodes to replace HTML tag functionality by clicking the ACP, click "Posting", click "Add a new BBCode". Enter a BBCode and its HTML replacement. Alternatively, you can search online for 3rd party 'HTML code' mods that you can install to add HTML functionality.
- Be careful when allowing HTML tags as incorrectly used HTML can damage your forum and even the server.