coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Mantis on April 23, 2007, 07:12:59 PM

Title: How to add a Adsense code in my menu ?
Post by: Mantis on April 23, 2007, 07:12:59 PM
Hi all,

I'm trying to add a Google Adsense code in the menu of my Coppermine Gallery (i'm using the Black_Widdow template)
I would like add this code juste under the line "Forum" "Album" etc... Exactly like the image shows:

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fxs314.xs.to%2Fxs314%2F07171%2Fcpgmenuadsense.png&hash=55eeaacb6520a46ddfa2819a33dff552835e227e)

Thanks for your help,

Regards,

Mantis
Title: Re: How to add a Adsense code in my menu ?
Post by: Joachim Müller on April 23, 2007, 07:22:11 PM
Search for "adsense" (http://forum.coppermine-gallery.net/index.php?action=search2;search=adsense)
Title: Re: How to add a Adsense code in my menu ?
Post by: Mantis on April 23, 2007, 07:28:08 PM
Quote from: GauGau on April 23, 2007, 07:22:11 PM
Search for "adsense" (http://forum.coppermine-gallery.net/index.php?action=search2;search=adsense)

I've tiref before posting, but without solution sorry...
Nobody in the topics wants to place the adsense code like me...
Title: Re: How to add a Adsense code in my menu ?
Post by: Nibbler on April 23, 2007, 08:24:36 PM
Put the code in your template.html under the menu tags.
Title: Re: How to add a Adsense code in my menu ?
Post by: Mantis on April 23, 2007, 09:51:16 PM
Quote from: Nibbler on April 23, 2007, 08:24:36 PM
Put the code in your template.html under the menu tags.

Sorry but i dont' know where... What are tne menu tags in template.html ?
Title: Re: How to add a Adsense code in my menu ?
Post by: Nibbler on April 23, 2007, 09:58:09 PM
here:


      <!-- middle section header -->
  <tr>
    <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td colspan="3"><img src="themes/black_widdow/images/menu_01.jpg" width="100%" height="17" alt="" /></td>
        </tr>

        <tr>
          <td rowspan="2"><img src="themes/black_widdow/images/menu_02.jpg" width="15" height="36" alt="" /></td>
          <td background="themes/black_widdow/images/menu_03.jpg" width="100%" class="topnav" align="center">{SYS_MENU} <br />
            {SUB_MENU}</td>
          <td rowspan="2"><img src="themes/black_widdow/images/menu_04.jpg" width="15" height="36" alt="" /></td>
        </tr>
        <tr>
          <td><img src="themes/black_widdow/images/menu_05.jpg" width="870" height="19" alt="" /></td>

        </tr>
      </table></td>
  </tr>
  <!-- middle section header -->
Title: Re: How to add a Adsense code in my menu ?
Post by: Mantis on April 23, 2007, 10:19:17 PM
Quote from: Nibbler on April 23, 2007, 09:58:09 PM
here:


      <!-- middle section header -->
  <tr>
    <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td colspan="3"><img src="themes/black_widdow/images/menu_01.jpg" width="100%" height="17" alt="" /></td>
        </tr>

        <tr>
          <td rowspan="2"><img src="themes/black_widdow/images/menu_02.jpg" width="15" height="36" alt="" /></td>
          <td background="themes/black_widdow/images/menu_03.jpg" width="100%" class="topnav" align="center">{SYS_MENU} <br />
            {SUB_MENU}</td>
          <td rowspan="2"><img src="themes/black_widdow/images/menu_04.jpg" width="15" height="36" alt="" /></td>
        </tr>
        <tr>
          <td><img src="themes/black_widdow/images/menu_05.jpg" width="870" height="19" alt="" /></td>

        </tr>
      </table></td>
  </tr>
  <!-- middle section header -->


OK thank you Nibbler, it's ok now ;)

Just a thing: i want change the color of the background of this menu (the same):


(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fxs314.xs.to%2Fxs314%2F07171%2Fcpgmenuadsense.png&hash=55eeaacb6520a46ddfa2819a33dff552835e227e)

I know that i have to make this changement in style.css but I don't know where. Whick color is corresponding to this background menu ?

Thanks for our help ;)
Title: Re: How to add a Adsense code in my menu ?
Post by: Mantis on April 23, 2007, 10:26:29 PM
'cause as you can see here (http://www.forum-prisonbreak.fr/galerie/index-18.html), the adsense background is black (#000000) and i want to set up this color for the menu too...
Title: Re: How to add a Adsense code in my menu ?
Post by: Mantis on April 24, 2007, 12:08:40 AM
OK, i've finally find what i want..

Thanks for your support,

Mantis
Title: Re: How to add a Adsense code in my menu ?
Post by: Joachim Müller on April 24, 2007, 07:46:59 AM
You should have posted what you actually did for the benefit of others...