Ver Mensaje Individual
  #12 (permalink)  
Antiguo 17/11/2010, 08:49
canelat
 
Fecha de Ingreso: noviembre-2010
Mensajes: 19
Antigüedad: 13 años, 5 meses
Puntos: 1
Respuesta: centrar mi futura página web

Claro!

ahí va:

<html>
<head>
<title>Canela y tu final</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:840px;
top:234px;
width:140px;
height:615px;
z-index:1;
}
.Estilo3 {font-family: Comfortaa; font-size: 18px; color: #147c9d; font-weight: bold; }
a:link {
text-decoration: none;
color: #147c9d;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Canela y tu final.psd) -->
<div id="apDiv1">
<h1 align="left" class="Estilo3"> <a href="Recetas.html">Recetas</a></h1>
<h1 align="left" class="Estilo3"><a href="Postres.html">Postres</a></h1>
<h1 align="left" class="Estilo3">Vida sana</h1>
<h1 align="left" class="Estilo3">Productos de temporada</h1>
</div>
<img src="im%e1genes/Canela-y-tu-final.jpg" width="1020" height="1000" alt="">
<!-- End ImageReady Slices -->
</body>
</html>