Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/11/2004, 10:57
javifo
 
Fecha de Ingreso: mayo-2004
Mensajes: 393
Antigüedad: 20 años
Puntos: 0
Así funciona bien

Este modo de escribir html me funciona bien.

<?
echo "
<table width=300 cellspacing=0 cellpadding=5 border=0 BGCOLOR=#FFFFFF>
<tr>
<td bgcolor=#000032>
</td>&nbsp;
</td>
</tr>
<tr>
<td><font size=2 color=#000032>
<li>texto</li>
<li>Texto</li>
</font>
</td>
</tr>
</table
</center>
</td>
</tr>
</table
</center>";
?>

Lo que no acepta es empezar asi:
echo "<html>

Saludos