2 replies
  • WEB DESIGN
  • |
Hi,

I have 125 x 125 boxes available on my website template for advertising. I have a person who wants to advertise on my site but I have not figured out how to use the spots.

The banner-latest.php code is the following:

<a href="#"><img src="<?php bloginfo('template_url'); ?>/images/banner-single.gif" alt="" /></a>

The banner-single.php is the following: <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/banner-single.gif" alt="" /></a>

I tried inserting the code between the quotes after the ahref and the quotes after the alt = on the .gif code inserted between quotes but nothing seems to work. Where do I place it?
#code #stuck
  • Profile picture of the author source47
    Originally Posted by seriousmny View Post


    The banner-latest.php code is the following:

    <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/banner-single.gif" alt="" /></a>

    The banner-single.php is the following: <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/banner-single.gif" alt="" /></a>
    Replace the # with the Advertiser's URL and replace the <?php bloginfo('template_url'); ?>/images/banner-single.gif" alt="" / with the URL of the banner. Example is below:

    <a href="http://www.advertiserURL.com"><img src="http://www.advertiserURL.com/banner.gif" alt="Advertiser Name" /></a>

    http://www.advertiserURL.com ** URL of Advertiser
    http://www.advertiserURL.com/banner.gif ** URL of Banner


    I hope that this helps. Let me know if you have any additional questions!
    {{ DiscussionBoard.errors[1820662].message }}
    • Profile picture of the author seriousmny
      Originally Posted by source47 View Post

      Replace the # with the Advertiser's URL and replace the <?php bloginfo('template_url'); ?>/images/banner-single.gif" alt="" / with the URL of the banner. Example is below:

      <a href="http://www.advertiserURL.com"><img src="http://www.advertiserURL.com/banner.gif" alt="Advertiser Name" /></a>

      http://www.advertiserURL.com ** URL of Advertiser
      http://www.advertiserURL.com/banner.gif ** URL of Banner


      I hope that this helps. Let me know if you have any additional questions!
      Thanks for coming to the rescue. I just couldn't figure out what I was doing wrong.
      {{ DiscussionBoard.errors[1821139].message }}

Trending Topics