I tried various online instructions and tried some of the complicated codes which did not work in my case. So instead of modifying phpBB, I resorted to using an HTML command by creating the BBcode shown below.
BBcode Usage:
Code: Select all
[br][/br]
Code: Select all
<br/>
Code: Select all
Adds a line break or blank lines
- First line test
- Second lIne test
- Third lIne test
- Fifth line test
In some cases phpBB may cause two line breaks instead of one. If this occurs use the line break inline to get one break.
For example:
Code: Select all
If you enter a line then add the brake on the next line
[Br][/Br]
You get two breaks instead of one
You get two breaks instead of one
Enter the break inline to get one break
Code: Select all
If you enter a line break here[Br][/Br]
You get one break instead of two
You get one break instead of two
Sometimes a line break will still give two blank lines when used with other BBcodes. In those cases try using a character space instead.
I posted this on my site because the topic was locked on the phpBB forums.