vote up 6 vote down star
4

Hi everyone,

I am looking for a CSS editor that is decent and free to use. I looked at couple but not sure which one to use or even if there is a better one that I am missing out on.

flag

63% accept rate

15 Answers

vote up 11 vote down check

Visual Studio 2008 Express Editions Has GREAT css support, there is also a bunch on Sourceforge if you interested in something a little lighter

link|flag
For the most part, I have to agree. Although there are some more obscure things that I can't get code-completion for and it will underline them as errors when I write them manually, even though I know they're correct. It's still an amazing editor. – Dan Herbert Jan 16 at 23:49
way to IE friendly though - I wish I could remeber what it was, but there's at least one perfectly valid construct it doesn't sanction – annakata Jan 16 at 23:58
vote up 0 vote down

All the product listed above are grest software.Some time ago I tried ArduoCss. It is a good product free and easy-to-use. You can find it here

link|flag
vote up 0 vote down

Smashing Magazine reviewed a series of CSS Editors that might help you on your way.

link|flag
vote up 0 vote down

Another vote for Notepad++. I use it for all my PHP and CSS editing. The only downside is that it's only for windows.

Notepad++ Homepage.

link|flag
vote up 0 vote down

My favorite is Quanta+.

It has an excellent CSS editor:

link|flag
vote up 1 vote down

The non free editors I use are Visual Studio 2008 and Dreamweaver CS3. But, in the end, any good text editor will more than suffice and I usually end up using one of those. Learning to code CSS (and, for that matter, HTML) by hand never hurt anyone.

link|flag
vote up 0 vote down

quanta, ultraedit etc.

link|flag
vote up 3 vote down

Vim has good CSS-editing capabilities include syntax highlighting and omni-completion.

link|flag
Vim for the win! – DrJokepu Feb 6 at 23:52
vote up 0 vote down

How about NetBeans ?

It does have a pretty complete CSS editor:

alt text

link|flag
I would have reported netbeans though often I've to struggle with unwanted warning with css properties, like zoom, for example, needed by explorer that netbeans report as unknown – Eineki Jan 17 at 1:01
vote up 1 vote down

SciTE is pretty good if configured correctly. It's similar to Textpad.

link|flag
vote up 0 vote down

Pretty much any editor can do css, since all you really need in syntax highlighting. Personally, I use Komodo Edit.

link|flag
vote up 0 vote down

TextPad with the CSS(4) add-on is great. It has all the freedom of Notepad with syntax highlighting.

link|flag
vote up 7 vote down

Notepad++ is great for web languages, including CSS.

Here's the site:
http://notepad-plus.sourceforge.net/uk/site.htm

Here are some of its features:

  • Syntax Highlighting and Syntax Folding
  • Auto-completion
  • Multidocument
  • Multiview
link|flag
vote up 8 vote down

Editplus, Notepad++, UltraEdit, etc, etc..

CSS is best written hand-written.

link|flag
UltraEdit isn't free though (although it's worth paying for) – Sam Hasler Jan 17 at 22:12
Well neither's editplus (unlimited trial period it seems though) but these are the kind of tools you're likely to have already – annakata Jan 18 at 14:38
vote up 2 vote down

Once you know CSS, I've never found one that was faster or freeer than Notepad.

Probably not the answer you were looking for, but don't become too dependent on your cool editor.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.