Announcement

Collapse
No announcement yet.

Displaying HTML - Javascript

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

    Displaying HTML - Javascript

    Trying to use some ad serving code in a fragment, using the code below

    Anyone got any thoughts on why the ad wont display?

    ----Fragment----

    !!>

    <!-- AdSpeed.com Serving Code 7.9.4 for [Zone] Actinic GCSE Economics [Any Dimension] -->
    <script type="text/javascript" src="http://g.adspeed.net/ad.php?do=js&zid=21836&wd=-1&ht=-1&target=_top"></script>
    <!-- AdSpeed.com End -->

    <!!

    ----Fragment----

    Jim
    Tutor2u
    www.tutor2u.net
    UK Online Learning Resource of the Year 2003

    #2
    Your delimiters are wrong.

    It should be:

    !!<
    html here...
    >!!

    Comment


      #3
      Thanks Duncan!
      Tutor2u
      www.tutor2u.net
      UK Online Learning Resource of the Year 2003

      Comment

      Working...
      X