gotlinks
11-18-2007, 10:00 PM
This mod allows you to define a good looking Site Wide message on your whole forum! You can also define this just under your Forum Home so it only displays on the forum home.
1.) Simply login to your AdminCp
2.) Then under your styles find your Main Css edit option. At the bottom of all these style options you will see two boxes, scroll to the bottom of the second box, past this in it:
/* ***** Gotlinks, Sitewide Message Mod ***** */
.gotlinks-mod { color: #867a66; font-size: large; font-weight: bold; font-style: italic; background-color: #dbd7bf; background-position: 0 top; text-align: center; width: 100%; padding-bottom: 10px; border: solid 1px; }
After that simply load up your header template and put the following of course with your HTML site wide message and you will be set to go!
<div class="gotlinks-mod">Your Message Here</div>
1.) Simply login to your AdminCp
2.) Then under your styles find your Main Css edit option. At the bottom of all these style options you will see two boxes, scroll to the bottom of the second box, past this in it:
/* ***** Gotlinks, Sitewide Message Mod ***** */
.gotlinks-mod { color: #867a66; font-size: large; font-weight: bold; font-style: italic; background-color: #dbd7bf; background-position: 0 top; text-align: center; width: 100%; padding-bottom: 10px; border: solid 1px; }
After that simply load up your header template and put the following of course with your HTML site wide message and you will be set to go!
<div class="gotlinks-mod">Your Message Here</div>