I'm trying to make sure that all the bbcode functions work within the journal section. All the other bbcode works but this one.
it is a hide function bbcode that allows one to collapse a post into a single line. This is useful for lengthy citations during debates.
Code:
<div width="100%" class="alt2" onclick="spoiler(this);" style="border-collapse: collapse; border: solid thin black; padding: 8px;">{option} <span id="idTitle" class="alt1" style="border-collapse: collapse; width: 100%;"> <b> click to show</b> </span><div id="idSpoiler" style="display: none;">{param}</div></div>
Anyone have any idea as to what I need to modify to make this work?