• Resolved bacorebusiness

    (@bacorebusiness)


    I need to add this piece of code for an affiliate banner and link:

    <a href="https://www.bookmaker.com/?cmpid=7165_426"><img border="0" src="https://banners.bookmaker.com/images/book_football_468_60_0.gif?cmpid=7165_426"></a>

    into this section of header.php:

    <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/468x60.gif" alt="Featured Ad" /></a>

    at this site:
    https://www.atsbookstore.com

    I’m not exactly sure where the affiliate info is supposed to go.

    thanks for anyone’s help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • try this:

    <!-- <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/468x60.gif" alt="Featured Ad" /></a> -->
    
    <a href="#"><img src="<?php bloginfo('template_url'); ?>/images/468x60.gif" alt="Featured Ad" /></a>
    Thread Starter bacorebusiness

    (@bacorebusiness)

    I was making this too difficult, problem solved. thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘header.php question’ is closed to new replies.