If we try to insert <meta http-equiv="refresh".. in HTML. Then when click on Normal, I redirect to other pages. Now, It work that way in IE 8, Google Chrome, Safari...Then, can't click back to HTML for editing again.
Eg: key in code below in HTML Cute Editor Live Demo
<meta http-equiv="refresh" content="1;url=http://www.cutesoft.net/example/plaintextoutput.aspx" />
Aspected result: When insert those code in HTML, then click on Normal. It not redirect. Click back to HTML, the code still here and able to edit.
Any idea how to fix this?