Are there any WYSIWYG style editors for CSS? I looked around about half a year ago and didnt find anything, and just searched again and still didnt find anything. Is there a program where you can create CSS site in layout mode and drag table (i know its not a table, but you get what i mean) etc like dreamweaver? I feel like im stuck in th 90's with all the text based editors for CSS, is this how everyones doing it??
hmm all the "layout mode" programs i've seen output poor code, so i think everyone is still using text editors in a "code view" in the case of dreamweaver or maybe even notepad
I've created a short and quick blog post on this, you can find it here: http://www.marcfraser.co.uk/17-03-2008/what-wysiwyg-to-choose.htm. The real answer to the question is: no, there are no WYSIWYG's that create code as good as Dreamweaver. However, you can easily doing it by learning HTML and CSS. Good luck.
text based is the way to go what you will find is most people will use dreamweaver or visual studio (intellisense) and firefox with firefox you can get the web developer toolbar and write css on the fly as you write your css the page displayed changes instantly to reflex your changes also fi you have dreamweaver you can go to split view with split view you can see your code - i.e your css and your design so as you make changes and press f5 you can see the results
I don't know about WYSIWYG for CSS, but there is a Dreamweaver extension called CSS Scuptor that can crank out a cross-browser standards compliant layout in a matter of minutes.