Forum Moderators: mack

Message Too Old, No Replies

Images ON the page

Same file

         

Webber

4:05 am on Nov 10, 2004 (gmt 0)

10+ Year Member



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)

10+ Year Member



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)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



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.

Mack.

py9jmas

7:34 pm on Nov 29, 2004 (gmt 0)

10+ Year Member



See rfc2397
[faqs.org...]

Opera (at least) supports it.