Is there any HTML wysiwyg editor?
Posted
by martin
on Stack Overflow
See other posts from Stack Overflow
or by martin
Published on 2010-03-30T12:42:38Z
Indexed on
2010/03/30
12:53 UTC
Read the original article
Hit count: 379
I wonder whether there is any good WYSIWYG editor when it comes to editing complex HTML pages generated from ASP.NET, PHP, GWT or anything else. I've tried a lot of WYSIWYG tools, but after a certain point I always end up with manually editing the HTML source code or CSS to fix different issues. The editors I've tried are never compatible with the ASP.NET/PHP/etc code I'm writing.
Edit: I have used Visual Studio for a few years to do ASP.NET development. After a while, it always comes to the point where I can't even open the pages and user controls because they rely on so many things which aren't available in debug time.
© Stack Overflow or respective owner