Template:Backgroundcolor

From Adventure Game Studio
Revision as of 15:59, 23 June 2009 by *>Monkey 05 06
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets the background color for an area. Takes a CSS color value (#HEX value, CSS color name, or rgb function) as the first parameter and the content as the second.

 {{backgroundcolor|rgb(221,255,221)|This text is on a green background.}}

Gives us this:

    This text is on a green background.

See Also: Template:Textcolor