How do you add images to Wikipedia?

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

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.