Free/OpenSource HTML or CSS editors?

Does anyone know of any good ones?
I’ve seen a few but don’t know which ones to get.

Thanks in advance.

By editors do you mean WYSIWYG editors [SIZE=“1”](<- please don’t use, because they never turn out as good as if you coded by hand)[/SIZE] or text editors?

I personally use TextPad because it has customizable coloring (downloadable free at their website or create your own) and it’s just a plain text editor, nothing really fancy. I also like the tabs that hold all the files open. Instead of having 8 text pads open, it has one with tabs.

Also with it you can do what they call macros. Tired of going to an already made site of yours to get an xHTML template:


<html>
<head>
<title></title>
</head>
<body>
</body>
</html>

blah blah..

…just create a macro and everytime you need it, you just click the button and it automatically inserts it. Pretty handy. :bounce:

what OS?

It’s actually for my cousin who is interested in getting in web design. I suggested he use Notepad, but to be honest, I like the intellisense(?) feature in Sharepoint/Dreamweaver that will give you autocomplete options as to how to end tags.

I think it would teach him syntax and eventually when he understood it in that manner, we could transfer him over to Notepad for a while, then back. Probably thinking too much into this…

Regardless, I don’t want to scare him away from programming by showing him Notepad and telling him to code. :slight_smile:

@Red: I’ll probably start using that when I get my own computer here in a few months. Thanks.
@Simp: He’s using Vista.

Komodo Edit (the free version of Komodo IDE)… I would presume has some form of intellisense for him to use.

If its anything like the Komodo IDE its worth the time to check out.

Find an editor with syntax highlighting and you’ll never use notepad again… I personally like vim, but I’m more of a programmer… and it takes a lot of getting used to.

I don’t use wysiwyg html editors anymore, but a few years back I used one called nvu that I liked. It was free and much simpler than something like dreamweaver.

Thanks guys, I’ll forward the word. Have a nice day.

[QUOTE=art(is)garbage;2355415]These articles from Smashing Mag would be helpful, 70+ Source and CSS editors reviewed:

35 Source Code Editor Reviews:

CSS Editor Reviews:
http://www.smashingmagazine.com/2008/06/19/css-editors-reviewed/[/QUOTE]
All those cost money.

[list=1]
[]Notepad++ is free, but isn’t a WYSIWYG “editor”, it’s an advanced text editor
[
]Kompozer, WYSIWYG based off nvu or something like that, free as well
[/list]

Ahh, Notepad++. I just got it and it looks nice. Very simple with syntax highlighting.

Edit: @jwilliam - Syntax highlighting is so awesome. You’re right. :smiley: