I must be missing something, or I've done something wrong.
I followed the steps, and I do have a Show Spoiler button. However, when I click on the button, nothing happens.
Okay.. I figured it out. Strange.
In the code, when I cut and pasted it, it looked normal. When I viewed my source code, and compared it to a board where it was working properly, I noticed a difference.
In the javascript part, where it would have the } and then the else {, it was replacing the { with **.
I edited the code to remove a space and retyped the { and }. Now it is working perfect.
|