Announcement

Collapse
No announcement yet.

Adding a banner/logo

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

    Adding a banner/logo

    I'm trying to add a banner that begins as follows

    <script type="text/javascript">
    var aID = "6859B4875BE2894D80257869004D64B3";
    document.write(unescape etc etc

    and ends

    </script>

    I've tried adding the exclamation marks before and after but it just displays the text rather than the required logo

    Can anyone help?

    Thanks

    Phil

    #2
    Do you do it like this?:
    !!<

    <script......
    </script>

    >!!

    Comment


      #3
      Show us what you did, it's easier for us to see the mistake(s).

      Comment


        #4
        !!<<script type="text/javascript">
        var aID = "6859B4875BE2894D80257869004D64B3";
        document.write(unescape("%3Ciframe name=%22isis%22 src=%22" + document.location.protocol + "//isisaccreditation.imrg.org/8025745000669E37/isisAccredited?readform%26unid=" + aID + "%26type=1%22% width=%22157%22 height=%2270%22 frameborder=%220%22 scrolling=%22no%22 %3E%3C/iframe%3E"));
        </script>>!!

        Comment


          #5
          Not sure why without seeing your live page but you can use this instead:
          Code:
          !!<
          <iframe height="70" frameborder="0" width="157" scrolling="no" %="" src="http://isisaccreditation.imrg.org/8025745000669E37/isisAccredited?readform&amp;unid=6859B4875BE2894D80257869004D64B3&amp;type=1" name="isis"></iframe>
          >!!
          which works for your Kids Music Shop logo.

          Comment


            #6
            Thanks for your help. Much appreciated!
            I have since discovered that it was working, but only when I published to the web. The page preview was not working and hence I thought some of the coding was wrong

            Comment

            Working...
            X