My background and images will not show on my page it use to but since I changed...

DeeAnn

New member
...provider, help.? I use dreamweaver software for my web site pages. The background and images are located on my server as well as my computer.
 
Check the paths to the background images (should be in the *.css file. You are using an external css file, right ?)

Your path should be something like (in case you don't know what I mean):
assets/graphics/background.gif (or whatever)

That should be your first port of call. Next, check that you've actually uploaded the images to the server and they are in the right folder.
 
Back
Top