I usually write my HTML in PHP files and echo it, i.e.:
Code: Select all
<?php
echo '
<html>
<head>
<title>',$page_title,'</title>
</head>
<body>
<h1>',$entry_title',</h1>
<div>',$entry_body,'</div>
</body>
</html>
?>
I was wondering if your product has this.
Thank you for your reply.