I'm using the trial version of version 9 Business. I'm doing as Actinic has stated and am calling my background images in my css as:
background-image:url('searchback.jpg');
but I can only see this appearing in DW not in the Actinic layout or preview. I have also tried the following with no luck.
background:url('searchback.jpg') background:url("searchback.jpg")
I've also tried putting this in the actinic.css but it still doesn't work. I'm sure it will work if I put a full path in, but I'm not ready to do that yet, I'm just testing the new software and layout out.
Any ideas what I'm doing wrong?
background-image:url('searchback.jpg');
but I can only see this appearing in DW not in the Actinic layout or preview. I have also tried the following with no luck.
background:url('searchback.jpg') background:url("searchback.jpg")
I've also tried putting this in the actinic.css but it still doesn't work. I'm sure it will work if I put a full path in, but I'm not ready to do that yet, I'm just testing the new software and layout out.
Any ideas what I'm doing wrong?
Comment