ahh...
assets is a dreamweaver folder which has got the local site images, swf files etc..
that is not a generally good name to give when creating with dreamweaver.
rename the images folder to images.
and keep the css in a separate folder or with the html files.
if u keeping it with the templates, change the location of the css.
dont use dreamweaver inbuilt folder names for the site usage. they will work properly within it but outside, u may face problems..
also, when you preview the file in internet explorer, try and right click on the images and sselect properties and see the path it gives.
mostly it should be a wrongone, thats y they are not appearing.
if i am not wrong the image path should say /assets/ which will work properly on the server and in dreamweaver but will not work on the local internet explorer cos tat path asks the ie to look into C:/assets/
so instead opt for ../assets/imagename.gif
this should work.
the same thing should apply for css.
if its ok, send me the url link or the source of the html file and then i can tell you much better
