2012-11-13, 02:02 AM
I have a main forum announcement I got from http://community.mybb.com/thread-120377.html
My site is, www.darkhorizongaming.net
My issue is that after Inserting the following code in
header template
<div class="header_message">YOUR TEXTUAL MESSAGE GOES HERE.</div>
I go to global.css like he says and I add the
.header_message{
color: #000;
background: #87F855;
border: 1px solid #53D41A;
border-radius: 3px;
}
Yet none of those things add to my message that says Test. It is just plain text.
My site is, www.darkhorizongaming.net
My issue is that after Inserting the following code in
header template
<div class="header_message">YOUR TEXTUAL MESSAGE GOES HERE.</div>
I go to global.css like he says and I add the
.header_message{
color: #000;
background: #87F855;
border: 1px solid #53D41A;
border-radius: 3px;
}
Yet none of those things add to my message that says Test. It is just plain text.