Maybe you wanted to show some part while hiding the rest. Tabs do that for you, just write:
[tab(Hello)]
This will show after loading the page.
[tab(Click to see)]
Only after clicking on this tab you could see what was hiding.
[tab(Special effects, background-color:#eeeeee)]
This tab's content shows on a grayed background.
[/tab]
And get:
|
This will show after loading the page.
|
|
Only after clicking on this tab you could see what was hiding.
|
|
This tab's content shows on a grayed background.
|
Or use blind instead:
[blind(Hello)]
This will show after clicking __Hello__.
[blind(Click to see)]
Only after clicking on this text you could see what was hiding.
[blind(Special effects, background-color:#eeeeee)]
Text on a grayed background.
[/blind]
And get:
- Hello
-
This will show after clicking Hello.
- Click to see
-
Only after clicking on this text you could see what was hiding.
- Special effects
-
Text on a grayed background.