Adding Images with an Image URL

Follow
 
If you already have an image on a server and have the URL, click on the raw html button and use the basic html image code. To ensure continued accessibility, add an alternate label ("alt") with a text description of each image.
 
Example Image HTML code:
  <img src="http://imageurl" alt="image of a book" width="100%"> 
 
0 out of 0 found this helpful