Is it possible to have an image ON the page? I mean, in the same file as the page. Or do you always have to save the image in a separate file and link to the image?
imstillatwork
6:51 pm on Nov 29, 2004 (gmt 0)
always have to save the image seperate.
you can display the image on screen within the html using the <img src=""> tag. or you can use a text link to point to the image. <a href="">text link</a> but there will always be a seperate file for each image.
mack
7:26 pm on Nov 29, 2004 (gmt 0)
It is common practice to have the same image file displayed on several pages. A good example being a website logo. It may appear on every page but the actualy file is only present on one location. You do this by pointing to he correct location from each of your pages.