• i’ve got two GIFS side by side in my sidebar which linkt to other parts of my site. i’d like for them to open the link directy instead of within a new window, but i don’t know where to make the change?

    the GIFS are resident within the Text widget of which i copied the PHP code that referenced them from sidebar.php

    thanks for your help

    http://www.transformingscotland.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • <a href="http://www.highlandmeditation.com/?cat=11" target="_new"><img class="ad125" src="http://www.transformingscotland.com/wp-content/themes/Amirra/Amirra/images/banner1.gif" /></a>

    Remove target=”_new” , I hope it helps 🙂

    Thread Starter Ronnie

    (@ronniesblog)

    thank you it works fine. only thing is if i use this html in the text widget i lose the alignment of the images which is enabled by the PHP that’s in there just now.

    <?php if(get_theme_option(‘ads_125’) != ”) {
    ?>
    <div class=”sidebaradbox”>
    <?php sidebar_ads_125(); ?>
    </div>
    <?php } ?>

    is there a way where i can maintain the current control over their alignemt (via CSS) whilst having them link without using a new page?

    Thread Starter Ronnie

    (@ronniesblog)

    anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how can i stop these links from opening up in a new window?’ is closed to new replies.