Ver Mensaje Individual
  #11 (permalink)  
Antiguo 29/11/2007, 06:45
garzoni
 
Fecha de Ingreso: noviembre-2007
Mensajes: 13
Antigüedad: 16 años, 4 meses
Puntos: 0
Re: problemas con fonfo

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Ciudad de Berja Futbol Sala</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<div id="arriba">aqui hay que poner todo lo que contiene la pagina</div>
<div id="izquierda">idem de lo mismol</div>
<div id="centro">igual para todo</div>
<div class="limpia"></div>

<body { background-image:url('fondo.gif'); }
#arriba { width:100%; }
#izquierda { width: 25%; float:left; }
#centro {width:70%; float:right; }
.limpia { clear:both; }>
</body>
</html>