I was wondering if anyone else would use spoiler tags. I think they'd be pretty useful. If anyone's interested in what it's look like, here is an example.
The HTML/Javascript...
The HTML/Javascript...
Code:
<span style="background-color: rgb(0, 0, 0);" class="spoiler" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#000000'"> {param} </span>