English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-21 08:11:12 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

I'll be more clear. I do not want to use the standard img src to link to the image file. I want to embed the image file as data in the HTML so that no external files must be used.

2006-08-21 08:21:01 · update #1

4 answers

There is no mechanism for that. The closest you could come would be embedding it into a Java applet, then putting the applet on your page.

2006-08-21 08:34:54 · answer #1 · answered by jacinablackbox 4 · 0 0

this is the most simple task to be done.
Open an teht editor and follow the given procedure.

1.First open the starting tags of htnl file.

2.Now copy the following format.

> Width="<>" height=""<>"">



3.The source should be correct or there will be a cross mark insted.

2006-08-21 15:32:36 · answer #2 · answered by Titan 1 · 0 0

HTML code:


where "http://www.somesite.com/path/to/" is the path to your image and "image.jpg" is the name of your image.

When you reference an image in an HTML document, you're not really embedding it, but rather pointing to it. It exists seperately from your HTML document. It's not like pasting a picture into a Word document.

2006-08-21 15:18:21 · answer #3 · answered by IT Pro 6 · 0 1

you might want to try using SVG format

2006-08-21 15:24:14 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers