Hyperlink to display banner on website

Discussion in 'HTML & Website Design' started by porteous, Jul 16, 2009.

  1. #1
    I have bought a turnkey website and want to display banners on it. The person selling the site has told me to use the following code but it won't pick up the banner. I have put the banner onto a folder in the site as requested. Any assistance appreciated. Here's the code he sent me to use:

    <a href="http://www.yoursite.com”><img src="http://www.yoursite.com/banner.gif" alt="banner text here" /></a>



     
    porteous, Jul 16, 2009 IP
  2. JTcuy

    JTcuy Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It's should be like this
    
    <a href="http://YOURURL"><img src="YOURIMAGEURL" alt="Your Banner Text" /></a>
    Code (markup):
     
    JTcuy, Jul 17, 2009 IP