Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Google => Topic started by: Khushi on January 03, 2007, 01:58:08 PM



Title: How to put Wide Skyscraper (160x600) in Forum Categories in PHPbb
Post by: Khushi on January 03, 2007, 01:58:08 PM
How to put Wide Skyscraper (160x600) in Forum Categories in PHPbb Forums

Open up your index_body.tpl

Code:
1. <BEGIN>

Before add this

Code:
1. <table width="100%" cellspacing="1">  
   2. <tr> 
   3. <td width="160" align="left" valign="top">YOUR ADSENSE CODE</td> 
   4. <td align="left" valign="top"> 
   5. <BEGIN>

then look for this

Code:
1. <END>

After add this

Code:
 1. </td>  
   2. </tr> 
   3. </table>