Just some additions I did to make this code more fun, also solves problems like bgcolours, text colours, skins, etc. Thought I'd share it cause I loved the original code this thread provided.
Code:
<table border bgcolor="yellow"><tr><td><font size= 3><font color="red"><b>Spoiler Alert: </b></font><font color="yellow"><span class="spoiler" onmouseover="this.style.color='#000000';" onmouseout="this.style.color=this.style.backgroundColor='#FFFF00'">{param}</span></font></tr></table>
Then the css code
Code:
.spoiler
{
color: #FFFF00;
text-decoration: none;
background-color: #FFFF00;
}
Results: