subi mis archivos y miren como quedaron
http://mburu.onlinewebshop.net/index.html
http://mburu.onlinewebshop.net/plantilla.html
aca le dejo mis codigos si me pueden ayudar gracias
index
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Pagina Principal Del Ejemplo CCTW</title>
<link rel="stylesheet"href="estilos.css"type="text/css"media="all">
</head>
<body>
<p class="centrado">Bienvenidos a mi página web. Muy pornto estará lista!</p>
[img]objetos/sonrisa.gif[/img]</p>
Página creada gracias a CCTW</p>
[img]objetos/buzon.gif[/img]</p>
</body>
</html>
plantilla
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Page title</title>
<link rel="stylesheet" href="estilo-general.css" type="text/css" media="all">
</head>
<body>
<div id="global">
<div id="curva-superior"></div>
<div id="cabecera">
<div id="logotipo">
<a href="index.html">
[img]objetos/logotipo.gif[/img]
</a>
</div>
<div id="publicidad">Bienvenidos a mi Web</div>
</div>
<div id="navegacion">Barra de Navegación</div>
<div id="contenido">
<div id="menu">Menu
<ul>[*]Enlace 1[*]Enlace 2[*]Enlace 3[/list]</div>
<h1>Esta será la zona principal de la web</h1>
Este es mi segundo parrafo. Ya coloque la etiquete se cierre y quedo muy bien, voy a pasar a otro parrafo.</p>
<h2>Este es el tercer parrafo.</h2>
Estamos por aprender a ponerle margenes, para que quede mejor y queden alineados a la izquierda.</p>
Todo esta parte esta muy claro. Ahora vamos a aprender a arreglarlo para que no parezca una poesia, todo centrado los textos.</p>
</div>
<div id="pie">Este es el pié de página</div>
<div id="curva-inferior"></div>
</div>
</body>
</html>
estilo-general
* {margin:0px ; padding:0px ; border: 0px}
body {text-align: center}
#global {width:800px ; margin: 4px auto }
#cabecera {background-color: white ; border-left: black 1px solid ; border-right: black 1px solid ; height:85px}
#logotipo {background-color: white ; width:280px ; float:left }
#publicidad {background-color: white ; width:518px ; float:right ; margin-top:25px}
#navegacion {background-color: gray ;border: black 1px solid }
#contenido {background-color: orange ; border-left: black 1px solid ; border-right: black 1px solid }
#contenido p {padding: 5px 10px 5px 10px ; text-indent: 15px}
#menu {background-color: yellow ; width:150px ; float:left ; text-align:left ; margin: 10px 10px 10px 10px}
#pie { background-color: white ; border-left: black 1px solid ; border-right: black 1px solid }
#menu li {list-style:none ; margin: 4px 0px 4px 6px}
a {color: brown ; text-decoration:none ; display: block }
a:link {}
a:visited {}
a:hover {color:red ; text-decoration:underline ; background-color: silver}
a:active {}
p {text-align: justify}
h1 {font-size: 1.2em; color:blue ; font-weight: bold ; text-decoration: underline ; text-align: center}
h2 {font.size: 1.1em; color:blue ; font-weight: bold ; text-decoration: none ; text-align: center}
#curva-superior { background-image: url(objetos/curva-superior.gif) ; background-repeat: no-repeat ; width:800px ; height: 12px ; overflow : hidden}
#curva-inferior { background-image: url(objetos/curva-inferior.gif) ; background-repeat: no-repeat ; width:800px ; height: 12px ; overflow: hidden }
en el HTML-kit se ven perfectos
:?:



Citar


Marcadores