How do you set a background color of your forum?
|
Re: Background 
|
You treat it just like any other html document by inserting the Body statement in the field "Forum header html, starting from :" under Configuration for Presentation. Example:
[body bgcolor="#FFFFFF" BACKGROUND="desired bg image" TEXT="#0F0000" ALINK="#0033FF" VLINK="#996600" LINK="#FF0033"]
Be sure to use the absolute path as part of your "desired bg image" statement.
NOTE: The "[" and "]" in above statement must be replaced by "<" and ">" brackets to function correctly. I had to remove them in order to get this statement to display in the message body. --modified by william crockett at Tue, Dec 21, 1999, 11:38:12
|
|