Hi,
A little background since this is my first post Im new to using Actinic but fairly experienced with creating xhtml/css based websites and have said I would help a friend design a custom theme for a parts website, since they have bought the actinic software.
Could I just ask how the designers here work with it? Could you outline the steps you go through as Im missing something.
Currently I have my usual site created that I import into dreamweaver. All links to images and to my css file are to the root level as this works best with actinic?
Then using the actinic dreamweaver plugin I register the design and that takes it over into actinic ok. All apart from the images!? I have then tried pasting my css for my design into the actinic stylesheet. All my images are in the root of the site1 folder along with my original index.html and styles.css files.
I just cant get actinic to show any of my css background images!
I hadnt originally included single quotes when i registered the design, only adding them after, would i need to re-register the design?
My css image links are:
background: url('body_bg.gif') 0 0 repeat-x #CCC;
Cheers
Chris
A little background since this is my first post Im new to using Actinic but fairly experienced with creating xhtml/css based websites and have said I would help a friend design a custom theme for a parts website, since they have bought the actinic software.
Could I just ask how the designers here work with it? Could you outline the steps you go through as Im missing something.
Currently I have my usual site created that I import into dreamweaver. All links to images and to my css file are to the root level as this works best with actinic?
Then using the actinic dreamweaver plugin I register the design and that takes it over into actinic ok. All apart from the images!? I have then tried pasting my css for my design into the actinic stylesheet. All my images are in the root of the site1 folder along with my original index.html and styles.css files.
I just cant get actinic to show any of my css background images!
I hadnt originally included single quotes when i registered the design, only adding them after, would i need to re-register the design?
My css image links are:
background: url('body_bg.gif') 0 0 repeat-x #CCC;
Cheers
Chris
Comment