PDA

View Full Version : CSS backgrounds


kevine
03-Nov-2004, 04:26 PM
Hello All!

I am developing a site in developer and have added an internal CSS file to my Act_primary.html page that is supposed to run a small blue bar accross the top of the page (repeating on the x axis only). It does not show up on upload and my guess is that Actinic is not uplaoding the graphic referenced in the internal CSS file.

Any ideas on how to get the store to show this file?

Thanks in advance!
Kevin

I-CC
03-Nov-2004, 04:29 PM
Add the image to the Advanced | Additional files directive, which will upload the file to the /acatalog folder, so ensure that your css file references the image as maybe ../acatalog/imagename.gif etc.

kevine
03-Nov-2004, 04:43 PM
Mission accomplished!

Thanks very much for the help!

Kevin