Pretty simple: 1. Create a new file (cmd-N) 2. Save as with an extension of .css (cmd-shift-S), name foo.css (or whatever).
Or, without saving: 1. create a new file 2. use the little drop menu at the bottom of the frame that says '(none)' and select CSS Or, from terminal: 1. `touch foo.css` 2. `bbedit foo.css` This of course applies to pretty much any file type. There probably are even more ways, but these are the three I find the most simple. - Steve On Wed, Oct 31, 2012 at 5:45 PM, Ted Haughawout <[email protected]> wrote: > Hi: > > I'm trying out a Demo Version of BBEdit as I'm looking for a solid HTML/CSS > Editor. Things look promising but I can't figure out how to create a new > stylesheet. If I'm designing a website from scratch, what are the steps to > begin a stylesheet that uses the line numbering and color coding, etc. Do I > start with a text doc? An HTML doc? I don't see an option anywhere > specifically for a .css document - do I have to set something up in > preferences? I mean, I see the palette etc. but what is the procedure? > > Thanks! > > -- > -- > You received this message because you are subscribed to the > "BBEdit Talk" discussion group on Google Groups. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > <http://groups.google.com/group/bbedit?hl=en> > If you have a feature request or would like to report a problem, > please email "[email protected]" rather than posting to the group. > Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> > > > -- -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
