Ver Mensaje Individual
  #11 (permalink)  
Antiguo 14/04/2009, 20:08
Avatar de rickyper
rickyper
 
Fecha de Ingreso: abril-2009
Mensajes: 182
Antigüedad: 15 años
Puntos: 10
Respuesta: pasar de html a Php tablas

Lo único que debes hacer es esto cuando recién empecé también tuve ese problema

Código PHP:
<?php 
echo "<tr>
            <th><br>
              <table width='202' border='0' cellspacing='0' cellpadding='0'>
                <tr>
                  <td height='148'>Hola como estas</td>
                  <td>Bien y vos?</td>
                </tr>
            </table>"
;
?>
Avísame si algo está mal o si nesecitas algo más
Saludos...!!!