Home › Forums › CSS › CSS Help – Images work in DW and previews but not live › Re: CSS Help – Images work in DW and previews but not live
September 19, 2009 at 1:22 pm
#64421
Member
Hi,
For your logo, the source has
Code:

The "../" says to go up a level in the folder structure. Since the img folder is below the folder the page is in, you want to remove the "../"
In the CSS, there are quite a few references like
Code:
background: url(img/img04.jpg) no-repeat;
but if I try to view those images, the links are broken. Use Dreamweaver’s remote view to make sure you uploaded the template’s graphics. (Or, just click on your img folder in Dreamweaver and then click on the upload arrow to upload all the graphics in that folder.)