Need help quick

iPhonefreak

Paragon
Joined
Apr 7, 2012
Messages
1,521
Reaction score
0
FP$
6
I want to add an announcement to my forum right under my navigator bar. Where would I put this and how? I know it goes in the overall header but where and what's the code? Thanks!
 
This is what I use :

Code:
 <div class="inner"><span class="corners-top"><span></span></span>
                <center><strong><H2>Your Announcement</H2> </strong></center>
             <span class="corners-bottom"><span></span></span></div>
          </div>

Mine is at row 208
 
Thanks! Now, how to I remove the cell padding? There's a little room I want to take off.
 
Back
Top Bottom