when inserting custom html.
I am trying to add a link to another site. The thing I do not like about the link is it does not open in a new tab or pop up. It navigates the user away from my site.
Can I edit their html to make it open in a new tab? If so do you know the code I would insert or change?
This is the code to the link:
<a href="http://www.AkronGasPrices.com"><img src = "http://www.AkronGasPrices.com/gb/Akrongasbuddy.gif" width=120 height=90 border=0></a>
Thank you
I am trying to add a link to another site. The thing I do not like about the link is it does not open in a new tab or pop up. It navigates the user away from my site.
Can I edit their html to make it open in a new tab? If so do you know the code I would insert or change?
This is the code to the link:
<a href="http://www.AkronGasPrices.com"><img src = "http://www.AkronGasPrices.com/gb/Akrongasbuddy.gif" width=120 height=90 border=0></a>
Thank you
Comment