how to embed url link into this code?

Discussion in 'HTML & Website Design' started by matwan, Jun 15, 2012.

  1. #1
    hi,

    i have a problem and need your help.

    i have a banner and i want to embed my url code but i don't know how.

    my url:http://tandem-parachute.blogspot.com/

    my banner code:<script src="http://h1.flashvortex.com/display.php?id=2_1339746596_55795_495_0_476_85_10_1_45" type="text/javascript"></script>

    how to embed it?

    need your help.thank you.
     
    matwan, Jun 15, 2012 IP
  2. Emitstop

    Emitstop Greenhorn

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Hi, try wrapping an anchor tag around your script tag, like so:

    <a href="ENTER YOUR URL HERE"><script src="http://h1.flashvortex.com/display.php?id=2_1339746596_55795_495_0_476_85_10_1_45" type="text/javascript"></script></a>
    HTML:
     
    Emitstop, Jun 15, 2012 IP