tAll the experienced asp.net developers, suggestions pls.
I want to be able to use an HTML Editor into MVC 3 app. After googling, I found that TinyMCE JavaScript plugin would fit. My question here is? How can I highlight or indent and color HTML tags so it would be easy to read and edit them. For example, Visual Studio arrange very well the html on aspx or views page coloring each element :)
Can I achieve somehow the same result in an Html Editor code generated markup? Thanks!