![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
test server / image load problem
I am new to setting up a test server but have successfully set up xampp on a
windows xp machine. I have copied a website that I have been working on into the proper server directory and defined this copy in DW as a new site. I believe I have defined the site properly using doc-relative referencing. But, images will not load. I can load the pages, and the links work , but no image will load . Here is a sample html that I set up in my test server site to demonstrate the problem: -------------------------------------------------------------------------------- --------------------------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <img src="Images/mamm0639.jpg" /> <a href="homepage.htm">homepage</a> <a href="mail_form/formpage.htm">mailform</a> <body> </body> </html> -------------------------------------------------------------------------------- ------------------------------- The two links work , but the image does not load. All of the files are present, and in the proper location. They work fine on the non test server version of the site (which I have defined separately in DW). I am out of ideas. Can anyone suggest anything else to explore? Thanks, Joe. |
|
|||
|
Re: test server / image load problem
> <img src="Images/mamm0639.jpg" /> that is a document relative path. is the folder named Images or images? does it exist? If you load up http://localhost/whateverfoldername/Images/mamm0639.jpg what happens? Is the file there? What did you make the images with? Are they RGB colorspace jpeg files? -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
|
|||
|
Re: test server / image load problem
Is this your actual code, or just a typo in your post?
Your image is coded before the <body> tag "Joe_Austin" <webforumsuser@macromedia.com> wrote in message news:frckb4$ct4$1@forums.macromedia.com... >I am new to setting up a test server but have successfully set up xampp on >a > windows xp machine. > > I have copied a website that I have been working on into the proper server > directory and defined this copy in DW as a new site. I believe I have > defined > the site properly using doc-relative referencing. > > But, images will not load. I can load the pages, and the links work , > but no > image will load . > > Here is a sample html that I set up in my test server site to demonstrate > the > problem: > > -------------------------------------------------------------------------------- > --------------------------------------------- > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> > <title>Untitled Document</title> > </head> > > <img src="Images/mamm0639.jpg" /> > > <a href="homepage.htm">homepage</a> > > <a href="mail_form/formpage.htm">mailform</a> > > <body> > </body> > </html> > > -------------------------------------------------------------------------------- > ------------------------------- > > The two links work , but the image does not load. All of the files are > present, and in the proper location. They work fine on the non test > server > version of the site (which I have defined separately in DW). > > I am out of ideas. Can anyone suggest anything else to explore? > > Thanks, > Joe. > > > > > |
|
|||
|
Re: test server / image load problem
All of the non-loading images are addressed w/ doc-rel paths.
The folder is named Images. The folder exists and the image, and others, are loadable through direct http: The images are rgb jpeg, mostly made with Adobe Photoshop. Keep in mind that this is a copy of a fully functional web site that has been loaded under the local test server (xampp). Is there a permissions issue, or security issue or something? |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|