How Do I... Hide Text?
Posted: Mon Mar 27, 2006 5:43 pm
(Note that spaces need to be removed from BBCode tags to make them work. If in doubt click "Quote" and look at the code I used.)
Hiding text can be especially useful when you wish to post your solution to a problem and don't wish to influence the thinking of other members; a member needs to make a conscious decision to click to reveal the hidden section.
There are two ways to hide text:
[ s ]This text was hidden
[ img ]images/avatars/gallery/mathematicians/euler.jpg[ / img ][ / s ]
produces
Example 2
The third [ h ]word[ / h ] in this sentence is hidden.
produces
The third word in this sentence is hidden.
Hiding text can be especially useful when you wish to post your solution to a problem and don't wish to influence the thinking of other members; a member needs to make a conscious decision to click to reveal the hidden section.
There are two ways to hide text:
- the [ s ] tag hides a DIVISION and is useful for hiding an extended section; it will even hide images. Text is revealed by clicking the "Reveal" link.
- the [ h ] tag hides a SPAN of text and is useful for hiding a single word/number in a sentence. Text is revealed by hovering the mouse over the hidden section.
[ s ]This text was hidden
[ img ]images/avatars/gallery/mathematicians/euler.jpg[ / img ][ / s ]
produces
Expand
The third [ h ]word[ / h ] in this sentence is hidden.
produces
The third word in this sentence is hidden.