Les dejo un ejem. del código:
el index:
Código:
el css:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>titulo</title> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="css/layout.css" type="text/css" rel="stylesheet"> </head> <body> <div id="contenedor"></div> </body> </html>
Código:
Espero me puedan echar un cable, gracias de antemano.body{
width:810px;
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
margin:auto;
}
#contenedor{
width: 800px;
margin: auto;
border:1px dashed #999;
}
Saludos.




Este tema le ha gustado a 1 personas