inserting html graphic code

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default inserting html graphic code

    I'm try to add the following code to my page and I can't seem to get this to
    work. The page is supposed to show a graphic from another website,
    [url]www.simdata.org[/url]. It just shows my code that added though.

    <!-- Start of simdata service -->
    &lta href="http://www.simdata.org">
    &ltimg src="http://www.simdata.org/vatsim/vatsim.php" border=0></a>
    <!-- End of simdata service !-->



    jwgii Guest

  2. Similar Questions and Discussions

    1. Inserting HTML code snippets
      Hi, I've been playing the 'Ability to insert HTML code snippets instead of using an external editor" feature in Contribute CS3 so that I can embed a...
    2. Inserting HTML code
      I have looked for a possible way to insert snippets of html code into my pages but can't find any reference to it anywhere. Is that because it is not...
    3. Inserting HTML code using Dreamweaver
      I'm not having any luck changing my text/images + movies code using Dreamweaver. I purchased a Flash site that's really cool and I'd like to modify...
    4. inserting into HTML code
      Hi, I am using Publisher 2002 after using Dreamweaver. As an affiliate, I copy and paste premade links and I used the insert HTML code option. One...
    5. Transfer Graphic to HTML?
      Is it possible to use Photoshop or other software to transfer a graphic such as .gif to HTML? Please advice. Thanks. Karen
  3. #2

    Default Re: inserting html graphic code

    Your code has been entered in Design view, not code view. It should be this
    if you had enetered it properly in code view -

    <!-- Start of simdata service -->
    <a href="http://www.simdata.org">
    <img src="http://www.simdata.org/vatsim/vatsim.php" border=0></a>
    <!-- End of simdata service !-->



    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "jwgii" <webforumsuser@macromedia.com> wrote in message
    news:ddlsrt$4i$1@forums.macromedia.com...
    > I'm try to add the following code to my page and I can't seem to get this
    > to
    > work. The page is supposed to show a graphic from another website,
    > [url]www.simdata.org[/url]. It just shows my code that added though.
    >
    > <!-- Start of simdata service -->
    > &lta href="http://www.simdata.org">
    > &ltimg src="http://www.simdata.org/vatsim/vatsim.php" border=0></a>
    > <!-- End of simdata service !-->
    >
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: inserting html graphic code

    I tried entering it it in code view several times. But as I copied the the code from thier site I see what the problem is fron your correction, the missing "<".

    Thanks
    Jerry
    jwgii 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