Using the Editor to Edit a HTML file (PHP example) - Back
The HTML file to edit is : content.htm (which is located on the same folder).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Title Here</title>
<style>
<!--
body{background:#f7f7f7}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style></style></head>
<body contenteditable="true">
<h1>Hello World!</h1><a href="a.asp?a=1&b=2">test1 & test2 & test3</a> </body></html>