SMF Ads Support Forum
May 23, 2013, 01:03:54 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF Ads Support Forum
 
   Home   Help Downloads Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Ig-Oh  (Read 1038 times)
0 Members and 1 Guest are viewing this topic.
sportmemorylane
Newbie
*
Offline Offline

Posts: 6


WWW Email
« on: March 11, 2008, 10:19:47 pm »

Can someone give me a hand?

I am editing the index.template.php file for the above theme.  I have almost got it, but whenever i display a right or left tower banner the main board shifts to the right.  The navigation board (eg. home admin, help, search etc.) stays put though.

I have pretty much narrowed it down to this bit of code:

Quote
//Below the menu ads
   $ads = show_indexAds();   
   if(!empty($ads))
      if($ads['type']==0)
         echo $ads['content'];
      else
         eval($ads['content']);
   unset($ads);

   //Tower left Ads
   $ads = show_towerleftAds();
   if(!empty($ads))
      echo '<table><tr><td valign="top">', $ads['type']==0 ? $ads['content'] : eval($ads['content']) ,'</td><td width="100%" valign="top">';

   unset($ads);
   //Tower Right Ads
   $ads = show_towerrightAds();   
   if(!empty($ads))
      echo '<table><tr><td width="100%" valign="top">';

Can anyone give me a hand with this, and if possible adjust the code so it doesn't shift?  I am kinda new with code, so the more I learn the better.  Thanks everyone.
Logged

SMF Ads Support Forum
   

.
 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
SMFAds for Free Forums
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFAds.com is not affiliated with nor endorsed by Simple Machines.