vote up 0 vote down star
1

Am developing my web application using Django, and is seems CSS is the only way i can format my pages to look and feel nice. Where can i get a free and good css editor?

NB: Is there another way to format forms in Django?

flag

46% accept rate

6 Answers

vote up 2 vote down

Cool stuff for Eclipse...

http://aptana.com/studio

link|flag
vote up 1 vote down

TopStyle Lite is a nice editor. It does not have full blown IDE- and debugger capabilities, but it has a few touches:

  • lightweight, loads fast, like a text editor
  • pre-selectable CSS support level to see CSS support in legacy browsers
  • has "IntelliSense"-style keyword completion
  • you can also point-and-click style rules in an "inspector" pane, plus there's a "css selector"-wizard
  • colors can be selected from a palette
link|flag
vote up 1 vote down

Fresh from Lifehacker: CSS Toolbox Is a Killer Text Editor for Web Designers

link|flag
vote up 0 vote down

There are other ways to format forms but CSS is the best way. I'll second the recommendation for Aptana, and according to Lifehacker CSS Toolbox is also quite good.

link|flag
vote up 0 vote down

This is not so much about editing, but the ultimate tool for CSS debugging:

Firebug Firefox Plugin

link|flag
vote up 0 vote down

I'm really huge fan of Komodo Edit.

It's free supports syntax highlighting and supports code intelligence. This is the best editor I've ever found.

If you need to ramp up for churning alot of code this will surely save your life.

I liked it so much, I bought the full IDE.

Plus, it's available on every platform.

link|flag

Your Answer

Get an OpenID
or

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