The forums are now updated to include "border" and "border=" bbcode, for users to put a black or colored box around a block of text. This is to allow you guys to make prettier posts, by formatting text in different ways.
The syntax to use spoilers is as follows:
Code: Select all
[border]text2[/border]
or
[border=text1]text2[/border]
Text1, if used, will set the color of the border. It will accept the text word for many colors (red, blue, green, etc) and will also accept php code for colors (#FF0000 for red, #0000FF for blue, etc). Text2 is the text block you want the border to surround. If text1 is not used, the border will default to black. An example follows:
[border]Hey, look! I'm putting text in a box![/border]