How Can I Insert A Image Source From My Computer File Without Using Url In A Html Code ?
Insert a image source to a HTML is how do i use the file that contains a image into a HTML text without using URL of the image , who can answer me well i give them 5star best answer !
Tagged with: Code. • computer • File • From • HTML • Image • Insert • Source • Using • Without
Filed under: HTML
Like this post? Subscribe to my RSS feed and get loads more!
I think I know what you mean. I’ve made html presentations before on my computer.
If you don’t need internet for your file, here’s an example:
F:DocumentsPicturesabc.jpg
“F” stands for a memory disk(like a USB),
“Documents” is the folder where another folder “pictures” belongs,
“abc.jpg” is the file name.
Need to use the URL since HTML can only access web based information. The URL will tell where to get the image from.
I think that’s only possible with a totally different type of code.
Even photobucket.com, one of the most popular free image hosting sites uses that.(That’s where I store my images online)
Your question makes no sense.
5 stars please.