You can also do this:
Add a new vb code-
In first box put:
In the second box put:
Code:
<font color="#FFFF66"><b>Warning</font> <font color="FFFFFF"> Spoiler Ahead!</b> :</font><font class=spoiler>{param}</font>
in description put:
Code:
The [spoiler] tag allows you to place text in your message that is unreadable, unless someone highlites it. This makes viewing the text a deliberate effort. This is for posting messages about movies or other things where you might not wish to give away plot points to those that haven't seen it yet.
Turn {Options} off, press ok.
Now open style, go to modify, fonts/colors/properties
and in the header instert, there should be a code like this:
PHP Code:
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
add this
PHP Code:
.spoiler {color: black; background: black}
directly after it, to make it look like this:
PHP Code:
<meta http-equiv="MSThemeCompatible" content="Yes">
<style type="text/css">
.spoiler {color: black; background: black}
BODY {
I find that to be alot easyer