tags:

views:

458

answers:

7

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?

+2  A: 

Cool stuff for Eclipse...

http://aptana.com/studio

rp
A: 

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.

Parand
+1  A: 

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

Firebug Firefox Plugin

mkoeller
i've yet to find a better way to get my pages to look right than fiddling CSS with Firebug
Scott Evernden
A: 

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.

chews
+1  A: 

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
Tomalak
+1  A: 

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

yoavf
A: 

Try Codelobster PHP Edition. Iy has very powerfull free CSS, HTML, PHP, Javascript editors.

Rustik