News:

Wondering if this will always be free?  See why free is better.

Main Menu

hi - adding banners problem

Started by intrin, July 26, 2005, 06:47:09 PM

Previous topic - Next topic

intrin



created new template

open 'index.template.php' look for:
Code:

<span style="font-family: Georgia, sans-serif; font-size: xx-large;">', $context['forum_name'], '</span>

and replace it with your banner.

k i did this, i put in

<img src="www.intritech.com/ci.gif" width="400" height="50" border="0" alt="??" >

then what? i still dont see it anywhere

i did remove the simple machines logo and put in ci.gif but i cant change the size or anything





heres the original

// The logo and the three info boxes.
   echo '
      <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="position: relative;">
         <tr>
            <td colspan="2" valign="bottom" style="padding: 5px; white-space: nowrap;">';

   // This part is the logo and forum name.  You should be able to change this to whatever you want...
   echo '
               <img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" />
               <span style="font-family: Georgia, sans-serif; font-size: xx-large;">', $context['forum_name'], '</span>';

   echo '
            </td>
         </tr>



could someone post what that should be

with my logo being at hxxp:www.intritech.com/ci.gif [nonactive]


thanks much

[Unknown]

Are you sure you're editing the right theme's template file?

-[Unknown]

Advertisement: