Images



Hi everyone,

I am trying to add pictures and so far everthing has
been going well but i have a question. When i insert the pictures they
show up and i am able to save the entire html document to disk in html
format.

The thing is when i delete the picture on the disk and
open the html document the picture does not show up but if the picture is
not deleted from the disk then when i open the html document the picture
shows up.

Basically what i need to know if there is a way in
which i can embed a picture into the html document without any reliance on
the picture that is saved on a different location on the disk.

Basically my question is that is it possible to
implement something like that in which that the picture is embedded in the
html and it does not matter if the picture is deleted or not from the disk
thus even when the html document is opened the embedded picture is still
there.

This is code that i am using to insert the picture

<html>
<head>
</head>
<body>
<p>
<img height="400" width="400" src="file:/D:/Sample_Pics/venu.jpg">
</p>
</body>
</html>

See the reliance on the picture picture always being on that location on
the disk on this line

src="file:/D:/Sample_Pics/venu.jpg"

Is there a way to achieve what i need by simple ways or style sheets or
any other way??

Any help is greatly appreciated

Thank You

Yours Sincerely

Richard West

.



Relevant Pages

  • Re: Where can I learn PHP? Want to create photo gallery.
    ... existing photo gallery/management software such as Gallery or Coppermine? ... html document to apply the style, text, and keep the image centered. ... Maybe I have the wrong idea about PHP? ... if someone clicks on a picture thumbnail, ...
    (comp.infosystems.www.authoring.html)
  • Re: Images
    ... open the html document the picture does not show up but if the picture is not deleted from the disk then when i open the html document the picture shows up. ... But then, if you think in terms of CSS, background and all such imagery will be lost if you don't use external images. ...
    (alt.html)
  • Re: Images
    ... open the html document the picture does not show up but if the picture is not deleted from the disk then when i open the html document the picture shows up. ... An HTML document is like a script for a play saying 'you stand over there' and 'you be 12 pixels high' so when you put an image in a webpage all the HTML document does is say 'the image named *somePix.jpg* located in *someFolder*, you go here in on the page and format this way'. ...
    (alt.html)
  • Pictures
    ... insert the pictures into the html document they show up and i am able ... to save them to disk in html format. ... picture is not deleted from the disk then when i read the html document ... int h = image1.getIconHeight; ...
    (comp.lang.java.gui)
  • Pictures
    ... pictures into the html document they show up and i am able to save them to ... disk in html format. ... read the html document the picture does not show up but if the picture is ... int h = image1.getIconHeight; ...
    (comp.lang.java.programmer)