Ver Mensaje Individual
  #12 (permalink)  
Antiguo 29/11/2007, 06:55
Eourus
 
Fecha de Ingreso: octubre-2006
Ubicación: Murcia - España
Mensajes: 336
Antigüedad: 17 años, 6 meses
Puntos: 6
Re: problemas con fonfo

A ver que te lias :)

la cosa quedaría asi:

<!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>

<style type="text/css">
body { background-image:url('hola.gif'); }
#arriba { width:100%; }
#izquierda { width: 25%; float:left; }
#centro {width:70%; float:right; }
.limpia { clear:both; }
</style>

<body>

<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>
</html>