Tema: fieldset
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 18/09/2010, 04:03
Avatar de jomaruro
jomaruro
Colaborador
 
Fecha de Ingreso: junio-2002
Ubicación: Naboo
Mensajes: 5.442
Antigüedad: 21 años, 9 meses
Puntos: 361
Respuesta: fieldset

Hola:

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.orgTR/html4/strict.dtd">
  2.  
  3.  <style type="text/css">
  4. #Avenida principal {
  5.     margin: auto;
  6.     width: 900px;
  7.     height: 200px;
  8.     background:  url(menu.JPG) no-repeat;
  9.     border: 1px solid #444;
  10.         text-align: center
  11. }
  12.  
  13.  
  14. ul {
  15.     padding: 50px;
  16. }
  17.  
  18. li {
  19.     list-style: none;
  20.     display: inline;
  21.     margin: 0 40px 0 40px;
  22. }
  23.  
  24.   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  25.   <title>view</title>
  26.   <link type="text/css" href="../themes/skin.css" rel="stylesheet">
  27. </head>

¿Tu crees que la estructura de tu página es correcta?

Empieza por aquí: www.librosweb.es

Saludos.