Ver Mensaje Individual
  #3 (permalink)  
Antiguo 19/08/2009, 00:36
Caminantejm
 
Fecha de Ingreso: julio-2009
Mensajes: 75
Antigüedad: 14 años, 9 meses
Puntos: 2
Respuesta: Colorear barras laterales

El código es éste.
[HIGHLIGHT="html"]
El código es éste.
Código html:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es-es">
  4. <title>Fundación CRECE</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <meta name="Keywords" content="psicología,crecimiento,relaciones" />
  7. <meta name="Description" content="Fundación " />
  8. <meta name="Author" content="Fundación " />
  9. <meta name="Subject" content="Crecimiento Personal" />
  10. <meta name="Language" content="es" />
  11. <meta name="Robots" content="index, follow" />
  12.  
  13. <style type="text/css">
  14. body {
  15.       scrollbar-face-color: #F8EFB3;
  16.       scrollbar-shadow-color: #ffffcc;
  17.       scrollbar-highlight-color: #ffffcc;
  18.       scrollbar-3dlight-color: #cccc33;
  19.       scrollbar-darkshadow-color: #cccc33;
  20.       scrollbar-track-color: #F8EFB3;
  21.       scrollbar-arrow-color: #cccc33;
  22.       }
  23.  
  24.  
  25. </head>
  26.  
  27.  
  28.  
  29. hola
  30. <br><br><br><br><br><br><br><br><br><br><br><br>
  31. <br><br><br><br><br><br><br><br><br><br><br><br>
  32.  
  33.  
  34. </body>
  35.  
  36. </html>

Gracias, abimaelrc.