BB code in "Terms and rules" section

What I would like to use is a spoiler for each rule that explains it a little bit more in detail. But I guess that won't work then?
You could use something like this in the phrase

HTML:
<p><a id="show_id1" onclick="document.getElementById('spoiler_id1').style.display=''; document.getElementById('show_id1').style.display='none';" class="link" onmouseover="this.style.cursor='pointer'">[Show rule 1]</a><span id="spoiler_id1" style="display: none"><a onclick="document.getElementById('spoiler_id1').style.display='none'; document.getElementById('show_id1').style.display='';" class="link" onmouseover="this.style.cursor='pointer'">[Hide rule 1]</a><br>The providers ("we", "us", "our") of the service provided by this web site ("Service") are not responsible for any user-generated content ("Content"). Content posted express the views of their author only.</span></p>
 
Top Bottom