How do I add images in HTML?
-
I'm teaching myself HTML and I've figured out how to add images from my own computer but when I placed the HTML coding online the images were removed (understandably). I tried to find out how to load images onto the web to create a link but I'm at a lost. A FAQ I read mentioned a Remote Image Hosting site? Could anyone explain to me what one is and how it works?
-
Answer:
First thing to do is create an account on an image hosting company. While doing that, i suggest you make categories with folders. then in oder to add an image you can simply write your html code like this: <!doctype html> <html> <head></head> <body> <img src='FileHostingCompany.com/MyAccount/My… alt='Alternative text for browsers not supporting images or when Image Is Not available' title='Image Title' /> </body> </html>
skyedrag... at Yahoo! Answers Visit the source
Other answers
easy upload an image to http://photobucket.com/ then when it is uploaded you right click on the image you get an url and you can add that to any site or web page its free
You just need to post some images (I use Picasa Web Gallery) and provide the full link. This should work: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> <a href="https://picasaweb.google.com/11182… </body> </html> Substitute your own link for mine, or link to any image you find.
Here is a good rouces for html learning http://w3schools.com
Related Q & A:
- how to embed multiple images into HTML email?Best solution by Stack Overflow
- How can I find and replace html links with Notepad++?Best solution by stackoverflow.com
- How do I insert images into Yahoo mail?Best solution by Yahoo! Answers
- How can I add a HTML code to My Yahoo homepage?Best solution by Yahoo! Answers
- How to I get images to show when I get an email?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.