Author Topic: A little more banner help please  (Read 629 times)

0 Members and 1 Guest are viewing this topic.

Offline peps1

  • New Member
  • *
  • Posts: 42
  • Karma: 47
  • Gender: Male
    • www.pipechat.tk
  • SMF Version: 1.1.13 default
A little more banner help please
« on: November 23, 2009, 09:43:14 PM »
Hey guys,

at the moment I have my banner like this


with one gif to the left (leftbanner.gif), and one to the right (right banner.gif) using this code (Thanks to help fromccbtimewiz)

:
<body>';

   echo '
   <div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
         <tr>
            <td class="catbg" height="32" align="left" width="60%">';

      echo '
               <img src="', $settings['images_url'], '/bannerright.gif" style="margin: 4px;" alt="Pipe Chat"', $context['forum_name'], '" />';

   echo '
            </td>
         <td class="catbg" height="32" width="40%" align="right">
            [url=http://www.cornellanddiehl.com/]<img style="margin: 4px;" src="', $settings['images_url'], '/bannerleft.gif" alt="Cornell & Diehl" />
         </td>
         </tr>
      </table>';

 



BUT..............

I would like to add a 3rd image  SP.gif that is right side justified too, and as a clickable link to the site hxxp://www.smokingpipes.com/  .....so iv saved the image into the image folder, but am not sure how to change the code in index.template to get it like this?




Offline bigguy

  • Site Owner
  • Administrator
  • *
  • Posts: 13217
  • Karma: 269
  • Gender: Male
  • Get'r Done
    • P.C. Tweakr
  • SMF Version: 2.0 Gold
Re: A little more banner help please
« Reply #1 on: December 19, 2009, 03:04:08 PM »
I'm very sorry I did not see this post at all. Did you get this solved. ??? You might be able to put it in a div and align it right.