Michelle has attended:
Dreamweaver 8 Introduction course
CSS
Can you attach CSS file if it is not in the same folder as the web pages?
RE: CSS
Hi Michelle
Yes you can attach a css file if it within a different folder to the webpages.
Say you website folder structure is as follows:
webpages
images
css
css1/test1/test2
If your css file is within the folder css, you would use the following file path:
/css/myfile.css
If your css file is within the folder css1/test1/test2, you would use thye following file path:
css1/test1/test2/myfile.css
Hope this helps
David