Ver Mensaje Individual
  #12 (permalink)  
Antiguo 07/01/2010, 15:41
Avatar de neodani
neodani
 
Fecha de Ingreso: marzo-2007
Mensajes: 1.811
Antigüedad: 17 años, 2 meses
Puntos: 20
Respuesta: Listado de archivos bonito

Cita:
Iniciado por nfo Ver Mensaje
que bien!!! muchas gracias oye me puedes poner tb los ficheros

header.shtml
footer.html

no consigo poner con los margenes las etiquetas

Name

Size

MIME Type
Ahí los tienes.

header.shtml
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  4. <title>Index of <!--#echo var="REQUEST_URI" --> </title>
  5. <!--<link rel="stylesheet" href="http://www.sinfocol.org/style.css" type="text/css" media="screen" />-->
  6.     <style type="text/css">
  7.      body {
  8.       margin: 0;
  9.       font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  10.       letter-spacing   : 2pt;
  11.      }
  12.     a, a:visited {color: #668ec9;}
  13.     a:hover {color: #f00;}
  14.     a:active {color: #f00;}
  15.    
  16.     td {
  17.       margin: 0;
  18.       padding: 0;
  19.     }
  20.     #footer {
  21.       font-family: Verdana, Helvetica, Arial, sans-serif;
  22.       font-size: 11px;
  23.       border-top:1px solid #ccc;
  24.       width:900px;
  25.       margin-top:20px;
  26.     }
  27.     #footer p {margin-top: 4; margin-left: 6px;}
  28.     img{border:0}
  29.    
  30.     #contenedor{
  31.     margin-left:30px;
  32.     }
  33.     h1{
  34.     font-size:1.8em;
  35.     font-weight:normal;
  36.     }
  37.     img{
  38.     border:0px;
  39.     }
  40.     </style>
  41.  
  42.  
  43. </head>
  44. <div id="contenedor">
  45.   <h1>Index of <!--#echo var="REQUEST_URI" --></h1>

footer.html
Código HTML:
Ver original
  1. <!--<p> FOOTER </p>-->
  2. <div id="footer">
  3. <p>Listado de archivos <strong><a href="/">CODE LAB</a></strong></p>
  4. </div>
  5. </div>
  6. </body>
  7. </html>


Salu2!