Image from other site

  • Thread starter Thread starter Adelphia
  • Start date Start date
A

Adelphia

Hi All: I would like to display an image on one site that is displayed on
another site so when the image on the first site changes it also changes on
2nd site automatically. I tried pasting the url into a cell but only the
text - link shows (not image). thanks, ed
 
Get the path to the image and insert it like this:

<img src="http://www.website.com/filename.ext">


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
If the image is yours, and both sites are ones you are working on are yours
or your client's (obviously they must be related in some way for you to want
the same image on both, else I'd just publish theimage to both sites
separately everytime you change the image).

What you would do is

On site 1 put an image tag <img src="www.site1.com/images/image.jpg">

and on site 2 put an image tag <img src="www.site1.com/images/image.jpg">

So then you only upload the image to site1 images folder, and site2 will
load that image from site1

This practice is sometimes carried out with webmasters using images on sites
that are not under their control as webmaster, and "take" the image and
place it on their site - called "hotlinking" I think - where the images is
displayed on one web page but is hosted by a completely different ISP or
Host, not related to the other site. it is stealing bandwidth because the
"foreign" image (that not hosted on the site) is being loaded from the other
site, and every time the picture is loaded that's another access to the
other site, which consumes bandwith for that site owner when it is just
loading the image, not actually a visit to that site.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top