PDA

View Full Version : Background Images


Jesterfx
01-Mar-2007, 08:57 AM
Hi all,

Just had a problem with background images within actinic. I was only able to have a quick look on the forums so if anyone else has posted this, apologise.

If you are having trouble with

background-image:url(bkg.gif); for example
change it to

background:url('bkg.gif');

This works fine in IE & FF

Hope this helps.

jont
01-Mar-2007, 09:28 AM
Indeed - adding the single quotes is a known resolve to ensure Actinic picks up the image in the CSS and uploads to the server.

If you are going to use shorthand CSS you should ideally place a #color in there also under most circumstances.