Hi Guys,
recently started on rails. Currently trying to get images to load on page but the images are not loading, instead it just shows a white space wherever i slot in images in my html code
Here are some of the code i have entered into my view/pages/home/html file
<div id="Table_01">
<div id="SAVEonSHIRTS-website-homepage-01">
<img src="C:\Sites\sos_images\SAVEonSHIRTS_website_homepage_01.jpg" width="1024" height="816" alt="">
</div>
<div id="SAVEonSHIRTS-website-homepage-02">
<img src="C:\Sites\sos_images\SAVEonSHIRTS_website_homepage_02.jpg" width="745" height="120" alt="">
</div>
<div id="SAVEonSHIRTS-website-homepage-03">
<img src="C:\Sites\sos_images\SAVEonSHIRTS_website_homepage_03.jpg" width="87" height="120" alt="">
</div>
<div id="SAVEonSHIRTS-website-homepage-04">
<img src="C:\Sites\sos_images\Happy_smiley_face" width="77" height="120" alt="">
</div>
but my images are not showing. anyone have any ideas?
Thanks in advance !