Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#64421
pixlor
Member

Hi,

For your logo, the source has

Code:
Dances With Words, LLC

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.)