<img src="https://wcfcourier.com/norman-borlaug/article_50f930a8-87d3-11e4-9701-0f86757daa3e.html/img/normanatconference.png" alt="Norman Borlaug at a confrence">
<img src="http://www.agbioworld.org/biotech-info/topics/borlaug/borlaug-photos.html/img/normanwithjimmy.png" alt="Norman_Borlaug with former President Jimmy Carter">
this the html code for three images in a column since i tried to add the absolute file path to the image that displayed on my screen but only displayed on my screen i tried to use absolute file path so anybody can see the images in my project but they won’t displayed where did I go wrong?
<div class="column">
<img src="https://wcfcourier.com/norman-borlaug/article_50f930a8-87d3-11e4-9701-0f86757daa3e.html/img/normanatconference.png" alt="Norman Borlaug at a confrence">
<img src="http://www.agbioworld.org/biotech-info/topics/img/normanwithjimmy.png" alt="Norman_Borlaug with former President Jimmy Carter">
<img src="https://www.pinterest.com/pin/680958406149515242/img/normaninmexico.jpg" alt=" A painting of Norman Borlaug in a field in Mexico">
``` so with the code given how would you give it an absolute path @Jack628
<div class="column">
<img src="/img/normanatconference.png" alt="Norman Borlaug at a confrence">
<img src="img/normanwithjimmy.png" alt="Norman_Borlaug with former President Jimmy Carter">
<img src="img/normaninmexico.jpg" alt=" A painting of Norman Borlaug in a field in Mexico"> this how it was before and it worked for me but i was only one who could see the images in the responsive image grid @jack628