Hola juanquillo gracias por responder , cuando le doy a preview no me sale ningun error y lo estoy enviando por un formulario php que tiene codigo fopen fwrite fclose que crea la web te facilito el codigo .
Código PHP:
Ver original<?php
$edito=$_POST["elm1"];
$code='
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body>
'.$edito.'
</body>
</html>
';
$guardar=fopen("beta.html",wb
); ".$code."
".$imgup);
echo "Pagina Web Publicada exitosamente <META HTTP-EQUIV='refresh' CONTENT='1; url=midominio/beta.html'>;";
?>
Ahi esta el code php