Setting up a Iframe

Discussion in 'HTML & Website Design' started by MasterKool, Feb 18, 2009.

  1. #1
    Hi im trying to setup a iframe so my domain goes directly to a CPA offer. I have used this code and added my affiliate code, but nothing happens.
    I was wondering if anyone can see anything wrong with this code, cheers.

    <html>
    <head>
    <title>Enter Your Email & Get a Free $500 Grocery Giftcard!</title>
    <meta name="keywords" content="grocery giftcard, free grocery">
    </head>

    <body style="margin: opx; padding: 0px;" scroll="no">

    <iframe scr="put affiliate link"
    style="border: 0px; width:100%; height:100%;"></iframe>

    </body>
    </html>
     
    MasterKool, Feb 18, 2009 IP
  2. gnp

    gnp Peon

    Messages:
    137
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it is just a typo ...


    change the attribute scr=... to src=..
    and it should be fine ;)
     
    gnp, Feb 19, 2009 IP