3 replies
I am changing my affiliate banners to open in a new window, some do it automatically and some don't I have changed most of the ones that don't already but I have 3 that don't have the href ref stuff with target= anywhere, since it doesn't see that in the code where do I look to add the entire code and what code would I add. I know only enough html to get myself in trouble. thanks
#banners
  • Profile picture of the author OliCartwright
    Originally Posted by marks2424 View Post

    I am changing my affiliate banners to open in a new window, some do it automatically and some don't I have changed most of the ones that don't already but I have 3 that don't have the href ref stuff with target= anywhere, since it doesn't see that in the code where do I look to add the entire code and what code would I add. I know only enough html to get myself in trouble. thanks
    Hi,

    In the anchor tag add target="blank" e.g.
    Code:
    <a href="page to link" target="_blank">thing to link</a>
    {{ DiscussionBoard.errors[8874178].message }}
  • Profile picture of the author shahriyar
    Originally Posted by marks2424 View Post

    I am changing my affiliate banners to open in a new window, some do it automatically and some don't I have changed most of the ones that don't already but I have 3 that don't have the href ref stuff with target= anywhere, since it doesn't see that in the code where do I look to add the entire code and what code would I add. I know only enough html to get myself in trouble. thanks
    Have you looked into the theme's Widgets?
    {{ DiscussionBoard.errors[8876505].message }}
  • Profile picture of the author topnichewebsites
    Can you link you URL can correct your code a lot faster and which banners you want to open in a new page.
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[8878594].message }}

Trending Topics