MyBBThemes Community

Full Version: MY Spoiler BBCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Everyone has their own. This is my version of the Spoiler BBCode. It is a little lo-fi, but hey, I actually see a lot of forums who use something like this (not kidding lol). Here it is:

MyCode Title: Spoiler

MyCode Description: Makes a black box with text that is also black, so it's a black box. When you roll your mouse over the box, the text turns white so you can read it.

Regular Expression: \[spoiler\](.*?)\[/spoiler\]

Replacement: <span style='color:#000000; background:#000000' onmouseover="style.color='#ffffff'" onmouseout="style.color='#000000'"><b>$1</b></span>

Activate MyCode? Yes :rolleyes:


Don't worry FFW, this works on Firefox :)

Enjoy :)
Reference URL's