In HTML, many useful symbols and special characters can be made using &html_name; , like ¥, ¢, € and ¾, which produce, respectively, ¥, ¢, € and ¾.
Here is a BBCode to do this in phpBB posts.
Put a line through text that is between the tags, like this .
You can change the tags to others tags that may be suitable for your members, such as [/strike] and [strike] .
Adding text after [imageleft]{URL}[/imageleft] will wrap the text around the image. The image URL goes between the [imageleft] tags. The example can be easily modified to have the image on the right by changing float:left to float:right and p…
This bbcode differs a normal message from a moderator's message.
To normally display this bbcode, please upload the following image in your images/ directory:
m (see FAQ)
Note: Just because this bbcode is meant for moderators, it doesn't …
Allows ascii art to be displayed properly.
Any leading spaces on the first line will be deleted. If you want the first line to have leading spaces, you will need to insert a dummy character on the first line and then start your ASCII art on the n…