Ver Mensaje Individual
  #13 (permalink)  
Antiguo 06/05/2013, 23:25
Anarko
 
Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 20 años, 2 meses
Puntos: 22
Respuesta: Yo pongo #id{border:0;margin:0;padding:0;} y continua con 5 px de espaciam

Cita:
Iniciado por Triby Ver Mensaje
Inténtalo, prueba tratando de adaptar el CSS a lo que tienes y regresas aquí con tu código actualizado...
Tribi, como menciono líneas atras, solo son DOS DIVS.

Es algo demasiado pequeño que no requiere demasiado análisis... (creo).

En cualquier caso, esto es lo más resumido que logro escribir el problema:
Código PHP:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="content-language" content="es" />
<link rel="icon" href="http://web.org/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://web.org/favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<title>Plantilla 1</title>
<style type="text/css">
html,body{
height:100%;
border:0;
margin:0;
padding:0;
font-family:Arial;
font-size:9pt;
color:#000;
background:#ff952b;
}
#cosmos{
border:0;
margin:0;
padding:0;
color:#000;
background:#aabbcc;
height:100%;
}
#enlaces{
width:15em;
background:#b5d711;
color:#000;
float:left;
height:100%;
border:0;
margin:0;
padding:0;
}
p{
margin-top:0;
}
</style></head><body>
<?php
    
echo '<div id="cosmos">';
    echo 
'    <div id="enlaces">';
    echo 
str_repeat('<p>Link...</p>',9);
    echo 
'</div>';
    echo 
str_repeat('<p>Verdadera INFO</p>',50);
    echo 
'</div></body></html>';
?>
...Ves ese endemoniado NARANJA?