Skip to main content
Participating Frequently
November 2, 2012
Answered

Images not showing....sorry I know this gets asked all the time!

  • November 2, 2012
  • 2 replies
  • 23099 views

Hi all,

I apologise profusely for posting this question as I have browed and it seems to have appeared a lot.

However, I am probably shooting myself in the foot here but I don't see myself as a complete beginner but I do have a little knowledge.


I know how and where my folders, styles/base.css and images should be located within the root folder, no caps, no punctation etc.


I have done all this and checked it umpteen times yet still cannot get my images to view live on the website. You guessed it - they appear fine in the Dreamweaver window but we all know this is not a good representation of what is live online.

I have just started from scratch on this home page again as I thought I had maybe missed something so excuse me for the lack of development but would rather nip this in the bud before I continue!

www.rimlessdirect.co.uk

Thanks in advance and I apologise again for the images question!

This topic has been closed for replies.
Correct answer bregent

Thanks Nancy and Jon, I have uploaded some screen shots for you to maybe pin point where I am going wrong if there is nothing in the code?


I can't say I've ever had this problem before and I haven't ever user namesco hosting before either so I'm not sure if it's a problem there or not.

See below please


Something is wrong with your site definition. You index page is located in a remote folder named 'web'. This is probaby the remote site root folder. Yet your images are located above site root, which won't work. You have most likely defined your remote site to your account root, not the public folder.  Show us your remote site definition (obscure any login details).

2 replies

Nancy OShea
Community Expert
Community Expert
November 2, 2012

First, did you define a local site folder in DW before you began this project?  Without this critical first step, DW cannot properly manage site assets and links for you.  Go to Site > Manage Sites > New...

See Setting Up Local & Remote site folders

http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ffe.html

When things go south during development, validate your code & fix reported errors. This is your single best defense against unwanted problems later.

Code Validation Tools

------------------------------------

CSS - http://jigsaw.w3.org/css-validator/

HTML - http://validator.w3.org/

Nancy O.

Nancy O'Shea— Product User & Community Expert
saz368Author
Participating Frequently
November 2, 2012

Hi Nancy,

I believe I have done that. manage sites =>new site showed it the images folder, showed it the root folder etc

I think the problem lies with the links somewhere I juat can't pin point where.

Would screen shots of the site dialog boxes help?

Nancy OShea
Community Expert
Community Expert
November 2, 2012

This is where your page says images should be. But they are not showing up there.

www.rimlessdirect.co.uk/images/h_n02over.jpg

Try uploading your images folder again.

Nancy O.

Nancy O'Shea— Product User & Community Expert
Jon Fritz
Community Expert
Community Expert
November 2, 2012

I'm seeing all sorts of 404 File Not Found Errors.

It appears you have not uploaded your images to the server.

There either isn't an images folder, aren't images in that forlder or it is in the wrong location (it should be on the same level as your index.html page, according to your links).

Jon Fritz
Community Expert
Community Expert
November 2, 2012

Some other issues I see, you have html ids and names set with spaces in their names, you can't do that.

id="find us" needs to be changed to id="find_us"

Your .css file is also not uploaded or in the wrong location.

saz368Author
Participating Frequently
November 2, 2012

problem is, both files are on the server, images and styles which includes the base file.... confused?!!