Surround the filename in double quotes:
Click Save As
Filename: "default.css"
buddylee17
Practically a Master Poster
699 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137
Skill Endorsements: 1
Change "Save as type" from "Text Documents (*.txt)" to "All Files" and in "File Name" type name with css file extention like styles.css. Always work for me...
peter_budo
Code tags enforcer
15,812 posts since Dec 2004
Reputation Points: 2,871
Solved Threads: 944
Skill Endorsements: 52
You can also help speed up the process by saving the file with "quotes" around the name. This forces Windows to accept the file type.
Example:
SAVE AS: _________________
SAVE AS: "filename.css"
The output would be a CSS style sheet.
rexibit
Junior Poster in Training
55 posts since Jun 2008
Reputation Points: 15
Solved Threads: 4
Skill Endorsements: 0
LOL, somebody is trying for clever. How about creating file through command line? Faster then extra click in dialogue menus. I can do that...
peter_budo
Code tags enforcer
15,812 posts since Dec 2004
Reputation Points: 2,871
Solved Threads: 944
Skill Endorsements: 52
save your file with the ext. of .css
if you give the css file name style.css
when you call the css style sheet in you html page give the code
<link rel="stylesheet" href="style.css" />
Man when do you start reading posts as whole, not just section you want!
Question asked was how do I save my external CSS in notepad, not how do I call my CSS in web site document!
peter_budo
Code tags enforcer
15,812 posts since Dec 2004
Reputation Points: 2,871
Solved Threads: 944
Skill Endorsements: 52
I just go CTRL + S and save as styleSheetName.css and it saves as a CSS file...styleSheetName.css goes in the file name area. leave save as type alone, just make sure the name has .css after it.
MelechM
Junior Poster in Training
55 posts since Sep 2008
Reputation Points: 11
Solved Threads: 6
Skill Endorsements: 0
All you have to do is specify the .css extension in the filename when you save the file. I don't try to change the file type dropdown. It works for me for both .htm and .css files.
MidiMagic
Nearly a Senior Poster
3,363 posts since Jan 2007
Reputation Points: 730
Solved Threads: 184
Skill Endorsements: 1
I shouldn't matter which one he is using, as long as he saves the file as "filename.css" i the file name line in notepad it should save as a css file.
MelechM
Junior Poster in Training
55 posts since Sep 2008
Reputation Points: 11
Solved Threads: 6
Skill Endorsements: 0
Question Answered as of 4 Years Ago by
peter_budo,
MelechM,
MidiMagic
and 6 others