Announcement

Collapse
No announcement yet.

Editing imbeded html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Editing imbeded html

    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
    Craig

    http://lesleinlawn.com/
    http://turftopics.com

  • #2
    Re: Editing imbeded html

    <a href="http://www.AkronGasPrices.com" target="_blank"><img src = "http://www.AkronGasPrices.com/gb/Akrongasbuddy.gif" width=120 height=90 border=0></a>
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Editing imbeded html

      Originally posted by Collectors-info View Post
      <a href="http://www.AkronGasPrices.com" target="_blank"><img src = "http://www.AkronGasPrices.com/gb/Akrongasbuddy.gif" width=120 height=90 border=0></a>
      that is awesome, thank you
      Craig

      http://lesleinlawn.com/
      http://turftopics.com

      Comment

      Working...
      X