Besides I forgot. These are not CSS codes. They are BB codes XD
Example of CSS code: body {background-color: 00FF00;}
VS
[style]TD{background:#00FF00 ;}[ /style]
Uh.... What kind of css you guys doing. Css isnt those [ b ] and stuff. That is just another way of having custom html in your webpage while still not allowing html. Since thats why its called bbcode. A example of css would be.
body{text-align:center;background-color:gray;border-style:inset;border-color:red;border:5px;}
That is some real css. So its not hard to learn and you most likely will understand it once you learn it.
Good freaking lord. This is for CSS, not bb codes. If you don't know what CSS is, and I know some of you don't, don't post a b tag in place. Sorry for virtually yelling. Look, go view a source code of a website. You will see lots of CSS in the <head> section. Or, you will see a stylesheet link. That is just an external CSS code.