Fijate si te funciona asi, porque esta hecho con el convertidor de html a php...
Código HTML:
<?php
echo"<table align=\"center\" width=\"60%\" border=0 frame=\"box\" rules=\"all\" cellspacing=0 cellpadding=0>"
. "<tr>"
. ""
. "<td width=\"*%\" BGCOLOR=\"ffffff\" valign=\"top\" class=menu01><center>"
. "<a href=\"index.html\">INICIO</a> | <a href=\"servicios.html\"target= \"marco\">SERVICIOS</a> | <a href=\"precios.html\" target=\"marco\">PRECIOS</a> | <a href=\"contacto.html\"target=\"marco\">CONTACTO</a> | <a href=\"soporte.php\"target=\"marco\">SOPORTE</a> | <a href=\"http://pc900.com.ar/foro/index.php\" target=\"_blank\">FORO</a> </center><br>"
. "<!-- Frame-->"
. "<table align=\"center\" border=\"0\" width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>"
. "<iframe name=\"marco\" WIDTH=\"100%\" HEIGHT=\"370\" marginwidth=\"0\" marginheight=\"0\" frameBorder=0 noResize align=\"top\" src=\"inicio.html\"></iframe>"
. "<!-- Fin Frame--><tr></td></tr></table>"
. "<center> "
. "<font color=\"#737373\" size=\"1\"></font> <a href=\"http://pc900.com.ar/foro/index.php\" target=\"_blank\">FOR0 DE CONSULTAS GRATUITAS</a><BR></center>"
."";
?>