Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/09/2011, 15:20
carloslens88
 
Fecha de Ingreso: octubre-2010
Mensajes: 5
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: No puedo ver mi pagina en Firefox

Hola amigo, aquí esta el html

Código:
<!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=utf-8" />
<title>Virtual Daycohost</title>
<link href="file:///C|/Wamp/www/Prueba/Maquinas Virtuales/twoColLiqLtHdr.css" rel="stylesheet" type="text/css"  />
<style type="text/css">
*{-moz-box-sizing: border-box;box-sizing: border-box}
p{margin-top:0px;margin-bottom:1em}
form{margin:0px}
input{padding:1px}
</style>


</head>

<body>

<div class="container">
  <div class="header"><a href="#"><img src="logo.png" alt="Insertar logotipo aquí" name="Insert_logo" width="159" height="89" id="Insert_logo" style="background: #8090AB; display:block;" /></a> 
  <!-- end .header --></div>
  <div class="sidebar1">
    <ul class="nav">
      <li><a href="#">Vínculo uno</a></li>
      <li><a href="#">Vínculo dos</a></li>
      <li><a href="#">Vínculo tres</a></li>
      <li><a href="#">Vínculo cuatro</a></li>
    </ul>
    <p>&nbsp;</p>
    <!-- end .sidebar1 --></div>
  <div class="content">
    <form id="form1" name="form1" method="post" action="fantasma.php">
      <table width="656" height="219" border="0">
        <tr>
          <td width="64">&nbsp;</td>
          <td width="105">&nbsp;</td>
          <td width="135">&nbsp;</td>
          <td width="180">&nbsp;</td>
          <td width="138">&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td><strong>Username:</strong></td>
          <td><label for="user"></label>
          <input type="text" name="user" id="user" /></td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td height="59">&nbsp;</td>
          <td>&nbsp;</td>
          <td><strong>Password:</strong></td>
          <td><label for="pass"></label>
          <input type="password" name="pass" id="pass" /></td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td><strong>
            <input type="submit" align="middle" name="boton1" id="boton1" value="Enviar" onclick="Creacion.php" />
          </strong></td>
          <td><input type="button" name="boton2" id="boton2" value="Cancelar" /></td>
          <td>&nbsp;</td>
        </tr>
      </table>
      <p><!-- end .content --></p>
</form>
  </div>
  <div class="footer" align="center">
    <p>Sistema de gestionamiento y creación de Máquinas Virtuales.</p>
    <!-- end .footer --></div>
<!-- end .container --></div>
</body>
</html>