The HIDDEN tag
The 'hidden' tag hides a section of text until you click the 'Show' button. This is useful for things like lengthy log files, source code, or other stuff that is not immediately important to everybody reading the message. It can also be used to hide spoiler or information that others might chose not to look at.
Usage
- Code: Select all
[hidden]Some text[/hidden]
Will appear as
Hidden Text - Click to Show :
It can also be used with a text like this:
- Code: Select all
[hidden=Read at your own risk]Some Text[/hidden]
Will appear as
Read at your own risk :