Quote:
Originally Posted by MahdyE23
Can you help me? This is whats showing for me: (All this was edited in the FORUMHOME template)
http://prntscr.com/1k17hc
And these are the codes I have added, like you said to. First I added:
Code:
<styletype="text/css">
.newsbar { background: #D6ECA6; border-top: 2px solid #8DC93E; border-bottom: 2px solid #8DC93E; text-align: center; margin: 10px auto; padding: 5px 20px; font-weight: bold;} </style>
Then I added this:
Code:
<p class="newsbar"><strong>Welcome To RebellionX!</strong> <a href="http://rebellionx.org/forums/showthread.php?2-Welcome-to-RebellionX&p=12#post12" target="_blank">Welcome to RebellionX!</a></p>
But it doesn't even display. What did I do wrong?
|
Okay, first off did you add the codes to the correct place?
If you did then add the CSS to the additional.css template but remove the <style> tags. So the code for the additional.css would be:
Code:
.newsbar { background: #D6ECA6; border-top: 2px solid #8DC93E; border-bottom: 2px solid #8DC93E; text-align: center; margin: 10px auto; padding: 5px 20px; font-weight: bold;}
Remember to remove the CSS from the FORUMHOME and just leave the class there.