Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/07/2006, 12:14
safe
 
Fecha de Ingreso: enero-2003
Ubicación: Córdoba, Argentina
Mensajes: 1.047
Antigüedad: 21 años, 3 meses
Puntos: 10
Te dejo un pequeño ejemplo

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Testing...</title>
<style type="text/css">
<!--
#izquierda { float:left; width:160px; background-color: #CCC; }
#derecha { margin-left: 170px; background-color:#999; }
-->
</style>
</head>
<body>
	<div id="izquierda">Columna Izquierda</div>
	<div id="derecha">Columna Derecha</div>
</body>
</html> 
__________________
oohh... quisiera ser godines!!!