Where do I put HTML code

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Where do I put HTML code

    I am an administrator of a website. I want to install ProShow Gold, a slideshow program, and need to insert HTML code. How do I do this ?

    Thanks, Jean
    Jean Y Guest

  2. Similar Questions and Discussions

    1. Generating HTML code in the code-behind
      Can I do this? I'm playing with AJAX, and it occurred to me that it'd be a lot easier to make changes to a control on the server, grab the HTML...
    2. HTML Code Placement
      When you insert an HTML Fragment. How do you position it on your webpage so that when it is viewed online it doesn't appear in the middle of the...
    3. HTML-code into PHP-code
      Hi, I am a beginner in PHP programming. So sorry if I ask a very basic thing. I am using a script with this code: $file = file("test.txt");...
    4. Can't see the HTML Code
      I recently posed the following question: On my DW window, I seem to be stuck on the design view. When I click on the code view nothing happens (it...
    5. Can't see HTML Code
      Please Help On my Dreamweaver window, I seem to be stuck on the show design view. When I click on the code view it remains in the show disign...
  3. #2

    Default Re: Where do I put HTML code


    "Jean Y" <webforumsuser@macromedia.com> wrote in message
    news:d2hogd$1u3$1@forums.macromedia.com...
    >I am an administrator of a website. I want to install ProShow Gold, a
    >slideshow program, and need to insert HTML code. How do I do this ?
    IMHO - not a good idea - if the licensed copy works like the eval. It uses
    foreign javascript as shown below and although you can copy that code, some
    PCs block the company for security reasons (withstanding or not). And it
    uses a proprietary program.

    Frankly, I can't find one single good use of that program. Perhaps someone
    will show me the light.

    <script language="javascript"
    src="http://www.photodex.com/presenter.js"></script>
    <script>
    PhotodexObject("ProShow","objectname","newshow.px" ,640,480);
    PresenterControls("objectname",640);
    </script>



    jjs Guest

  4. #3

    Default Re: Where do I put HTML code

    Hi Jean

    Edit Page Source in External Application (assuming you are using CT3)?

    Nicky 1
    Nicky1 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139