hi peeps...
i am new to all this so sorry for the simple questions:
i created a site layout in dreamweaver, this was within a folder on my desktop along with some images... i linked the file to actinic and it all works great, but when i try to upload it says i have clashing filenames due to external references...
when i did this on the actinic training course it all seemed to go swimmingly by working from the desktop, but now even thought the images in the html file i created are linked as follows:
when i look at the source of the files in the PreviewHTML folder they are referenced like this:
...
i tried just copying the images to site root folder (dispite never having to do this on the course) and it still wants to reference externally...
so my question:
what is the correct methodology of working with graphics, html & css outside and then getting it all neatly into actinic without external referencing occuring?
i am new to all this so sorry for the simple questions:
i created a site layout in dreamweaver, this was within a folder on my desktop along with some images... i linked the file to actinic and it all works great, but when i try to upload it says i have clashing filenames due to external references...
when i did this on the actinic training course it all seemed to go swimmingly by working from the desktop, but now even thought the images in the html file i created are linked as follows:
Code:
background: url('footerbar.gif') repeat-x top left;
Code:
background: url('file:///C:/Documents and Settings/LaFFiNMaN/Desktop/Evotech Files/NoMessin/footerbar.gif') repeat-x top left;
i tried just copying the images to site root folder (dispite never having to do this on the course) and it still wants to reference externally...
so my question:
what is the correct methodology of working with graphics, html & css outside and then getting it all neatly into actinic without external referencing occuring?
Comment