<TABLE class=tborder cellSpacing=0 cellPadding=6 width="100%" align=center border=0><TBODY><TR><TD class=tcat colSpan=2>Extra</TD></TR><TR><TD class=thead style="FONT-WEIGHT: normal" colSpan=2>Allows you post extra "hidden" text (or images), clicking on the button will show or hide the hidden text.</TD></TR><TR vAlign=top><TD class=alt1 width="20%">Usage</TD><TD class=alt1>[extra]value[/extra]</TD></TR><TR vAlign=top><TD class=alt2 width="20%">Example Usage</TD><TD class=alt2>This [extra] is the extra [/extra] tag.</TD></TR><TR vAlign=top><TD class=alt1 width="20%">Example Output</TD><TD class=alt1>This <INPUT style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 80px; PADDING-TOP: 0px" onclick="
if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';
this.innerText = '';
this.value = 'Hide';
} else {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none';
this.innerText = '';
this.value = 'Show';
}" type=button value=Show>
is the extra
tag.
</TD></TR></TBODY></TABLE>
Button alternates between show and hide. This would be handy in contest threads (hiding rules, etc)