|
|
Tips
Naming Files
File names may seem inconsequential, but because your files must be viewable on different platforms and in different browsers, the characters used in a file name as well as the length of a file name are important.
Further, when you create Web sites that require many HTML, graphics, and other files, site organization, including how files are named and how they are grouped, is a key to efficient production and maintenance.
When naming HTML, PDF (Adobe Acrobat), MS Word and graphic files, consider these basic guidelines:
- No spaces (our content management system will automatically convert a space to an underscore)
- No question marks
- No back or forward slashes use dashes or underscores ("_") to separate words if needed
- Use .gif, .jpg, or .jpeg standard graphic file extension names. Extensions should not use uppercase characters.
|