|
I have to agree with Chip on this one, more organization upfront will help in the end.
My usual habit is to put all my html files in the root directory. I have an images folder for images used throughout the site - headers, backgrounds and such. If I have photos, I make a 'photos' folder. In your case, for a gallery, I'd might make sub-folders under \photos, one folder for each set - Germany, Home, Family, etc.
On a small site, I'll put my CSS in the root folder, and if I have any javascript files, I'll put them in the root too. For a larger site where I might have more than one CSS file or more than one script, then I'll make separate folders for CSS and JS. If I have music or sounds, I will generally make a separate folder called 'sounds' or 'media'. The larger the site, the more organization will help you. For a big site, I might have sub-folders for the html files of different sections.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|