Why won't images display on my website?

FrankJaeger

Honorable
Dec 25, 2012
8
0
10,510
Here's my website: jedtrently.com

I made it in adobe's DW. Domain brought & hosted via godaddy. I can't seem to get the images to display. Can someone please tell me where I've gone wrong?

Homepage:

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jed Trently Productions</title>
<link href="main.css" rel="stylesheet" type="text/css">
</head>

<body>
<h1><img src="images/Lightbulb_03_02.jpg" alt="" width="1504" height="356" class="headerpicture"/></h1>
<ul>
<li><a href="index.html" title="Jed Trently Productions Homepage" target="_self">Home</a></li>
<li><a href="Portfolio.html" title="Jed Trently Productions Portfolio" target="_self">Portfolio</a></li>
<li><a href="Contact.html" title="Jed Trently Productions Contact" target="_self">Contact</a></li>
</ul>
<h1>Based in Birmingham, UK</h1>
<h2>Photography, Film &amp; Television, Creative Media</h2>
<p><img src="images/DSC_0074.JPG" width="602" height="400" alt="Joseph Chamberlain Clock Tower University of Birmingham"/></p>
<p>Joseph Chamberlain Clock Tower, University of Birmingham</p>
<p><a href="https://www.facebook.com/FrankJaegerZanzibar" title="Facebook Page" target="_blank"><img src="images/DSC_0637.JPG" width="602" height="400" alt=""/></a></p>
<p>Local hick poses by road sign, Birmingham</p>
<p><img src="images/DSC_0245.JPG" width="602" height="400" alt=""/></p>
<p>Bar light &amp; wall mount at The Mac Art Center, Birmingham</p>
<p><img src="images/DSC_0629.JPG" width="602" height="400" alt=""/></p>
<p>British indie band 'Emotions' pose next to felled tree, The Sticks</p>
<p><img src="images/DSC_0083.JPG" width="602" height="400" alt=""/></p>
<p>Bullring shopping center roof, Birmingham</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p class="copyrighttext">Copyright 2014&copy; - Site design by <a href="https://www.facebook.com/FrankJaegerZanzibar" title="Facebook Page" target="_blank">Frank Jaeger</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>
</html>
 
Solution
Try moving the images folder (or at least copying it) to the httpdocs folder and I'm willing to bet that will solve the problem. Your httpdocs is the equivalent of my public_html.
How is your directory structure setup on GoDaddy? How are you uploading files? Have you double checked to make sure the image folder is in the root directory of you web site?
Using my site as an example, the root directory (folder) is public_html and in that root directory is a subfolder called images. The index.html file resides in the root directory and looks (points) to the images folder for the pictures.
 

FrankJaeger

Honorable
Dec 25, 2012
8
0
10,510


Hi Ken,

Here are some photos of my folder directories on GoDaddy.







It seems all good to me but my site won't even load now i've moved my index.html to the root directory. When I move it back into 'httpdocs' it loads but posts no images
 

FrankJaeger

Honorable
Dec 25, 2012
8
0
10,510


That did it! Thank you kindly sir!
 


Glad to hear it works and glad I could help.