But the idea's like this.
If you know a thing or 2 about web design, then you'll know what CSS is (Cascading Style Sheets)
CSS lets one produce cool formatting options, making tables, borders, backgrounds, custom cursors to use within the CSS and all that jazz. (Scrollbars too)
It's a bit like HTML, in fact, it's sort of a sub-set HTML if you will.
Though since I'm not TOO HTML savvy, and neither is a large portion of the earths populous, CSS exists to make our lives easier.
Well... I guess I'll post the code as it would be ready for vBulletin, let you guys check it out...
Tag Name: css-div
vBulletin Ready Code:
<div style="{option}">{param}</div>
An example of what a BB Form of this code would look like...
[css-div="padding: 2px 2px 2px 2px; border: dashed 1px #60B530; font-variant: small-caps; color: #60B530; background-color: #FFFFFF;"]This division box has CSS styling it.[/css-div]
And what the end result of the example would look like...

(The box would ACTUALLY extend to the edge of the border but this is a screenshot of the site I admin at and our margins are a bit larger...)
Into detail of the example...
Padding - The Space between the border and the text
font-variant - Makes the font do something else
Color - Oh come on now must I explain?
background-color - See above
There are HUNDREDS of different commands available with CSS, it would allow for the most intricate and magnificent thread styles, and signatures!
If the BB Code on this host is different from vBulletin, I'd be glad to re-format the code to suit this host indeed.

Help















