Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/12/2005, 12:02
Axo
 
Fecha de Ingreso: abril-2003
Ubicación: Virtual
Mensajes: 953
Antigüedad: 21 años
Puntos: 7
Hola, aqui te pasteo el codigo:
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
  <table width="500"  border="1" align="center" cellpadding="1" cellspacing="0">
    <tr>
      <td><div align="center"> 
        <h1>ESTO NO QUIERO</h1>
      </div></td>
    </tr>
    <tr>
      <td>texto textotexto texto texto </td>
    </tr>
  </table>
  <br>
  <table width="500"  border="1" align="center" cellpadding="1" cellspacing="0">
    <tr>
      <td><div align="center"><strong> ESTO SI QUIERO</strong></div></td>
    </tr>
    <tr>
      <td>texto textotexto texto texto </td>
    </tr>
  </table>
</body>
</html>