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 !

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/e3ae8614-8565-40de-b04b-ab6248c177f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to