29/11/2007, 06:55
|
| | Fecha de Ingreso: octubre-2006 Ubicación: Murcia - España
Mensajes: 336
Antigüedad: 18 años, 1 mes 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> |