Posted by Rik on 12/18/06 18:19
Jim S wrote:
> Where is it conventional to store css files?
> My html files are in the root directory and my images are in a folder
> in that directory. Do I store my css files with the images or with
> the html files?
> Further to that I have a sub-web (my words) where there is a
> different site with its own index.html. It too has css files and
> images folder so the question arises again.
> Or does it not matter?
It does not really matter, allthough you preferably store the css files on
the same domain.
When you're using just one, the root will be fine. When you're using
several, you might want to make a different directory for them ('style' or
'css' or something like that), just to simplify keeping track of your
files.
--
Rik Wasmus
[Back to original message]
|