You are here: netFORUM Pro Modules > Web Site > Web Site Administration > Copying and Pasting Images into Your Web Site

Copying and Pasting Images into Your Web Site

The images on your Web site can either run on the browser or on the server. For client-side images, the information the browser needs is included in the Web Site HTML or in a separate file referred to by the HTML. To add client-side images, use the Web Site Editor (see Using Advanced HTML, Javascript, and CSS with Your Web Site).

If you use server-side images,upload images to the Image Gallery (at www.netforumondemand.com) and then copy and paste the link (image key) into any of the rich text boxes on your Web site.

(See also, Uploading Images to the Image Gallery)

Note: By copying and pasting the image from the Image Gallery, you can avoid the security warning message that sometimes pops up when a user tries to access a page. If you were to copy and paste an image from an external source, the image may not display when accessed by a secure server, or the user may be warned that  "This page contains both secure and non-secure items. Do you want to display the nonsecure items?" (The security warning may scare customers away from the page.)

Because we use server farms for the Web sites, you would use the code

<img src=”DocumentGenerate.aspx?image={image key}” />

 Do not include the file extension (.png, .gif, .jpg for examples) in the imagekey.

Important: This code should NOT be used in an e-mail because e-mail messages do not have our DocumentGenerate.aspx page built into them.

To copy the image key and paste it into your Web Site:

The image is uploaded to the Image Gallery.

  1. Open the Image Gallery (Administration > Overview> Image Gallery).

    Locate the image and click the Upload button.

  2. On the Image Upload form, copy the image key. Do not include the file extension in the copy. .jpg, .gif, and.png are examples of file extensions that you might see.
  3. Close the Image Upload form.
  4. Open the Web Site Editor (Web Site > Web Site Editor > Web Site Editor).
  5. Click the Content tab.
  6. Use the left navigation panel to open the HTML Content form for the Web page.
  7. Click the Source button to display the underlying HTML for the page.

  8. In the place where you want the image to display, type <img src="DocumentGenerate.aspx?image=, paste the image key, type the closing quote mark and type the end tag.

    Tip: Verify that the file extension is not included in the image key.

  9. Click Save.
  10. Click Preview to view the page with the image.