Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/09/2006, 20:15
MonicaH
 
Fecha de Ingreso: junio-2006
Mensajes: 329
Antigüedad: 17 años, 10 meses
Puntos: 1
Como hago display: inline con una medida fija ?

Hola, he perdido 5 horas ya sin lograr que estos parrafos tengan el mismo ancho:
Código PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<
html lang="es">
<
head><title>P</title>
<
style type="text/css">
body{
background#000;
}
.
l_fx{
border1px solid yellow;
width180px;
displayinline;
}
</
style>
</
head>
<
body>
<
class="l_fx">v</p>
<
class="l_fx">erw</p>
<
class="l_fx">dfddsf</p>
</
body>
</
html
Por fvoar, dadme una mano.