banners

by 3 replies
4
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
#programming #banners
  • Hi,

    In the anchor tag add target="blank" e.g.
    Code:
    <a href="page to link" target="_blank">thing to link</a>
    • [ 1 ] Thanks
  • Have you looked into the theme's Widgets?
  • Can you link you URL can correct your code a lot faster and which banners you want to open in a new page.

Next Topics on Trending Feed

  • 4

    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