Decent freeware web design app?

I’ve been teaching myself web design using just html, and it works, but I think I’m reaching the end of my patience. I spent all morning trying to make a simple image button with a mouseover state without using Javascript, and I still can’t get it to work, and now it looks like I might have to spend the rest of the weekend learning CSS. I thought maybe using some sort of GUI app in conjunction with HTML would be more efficient and less maddening, but I’m not sure I want to spring for Dreamweaver just yet.

Anyone use a good freeware application?

Open source Dreamweaver alternatives.

Keep in mind you can try Dreamweaver for 30 days for free.

If you happen to be a student, you can get Microsoft’s pretty good Expression Web 4 for free.

Any particular reason you want to learn web design?

I’ll second expression web. It’s a great tool. I would still recommend reading some tutorials so you know your way around the GUI/features.

Also, if you’re doing web design professionally, it’s probably a bad idea to learn Dreamweaver or any other WYSIWYG tool before learning HTML and CSS basics. You become dependent on the tools that way and unable to troubleshoot effectively or modify things without the tool’s help (and believe me, that happens very often).

With no prior experience, I learned 90% of what I know about CSS in one day using the free w3schools CSS reference; it’s wasn’t a big time investment and it’s certainly paid itself back a thousandfold since then.

For CSS, even though it’s ancient, there’s the freeware Balthisar Cascade. It’s good for beginners, although I usually just use it as kind of a quick reference these days. Only CSS level 2, though.

Did you make that?