Ver Mensaje Individual
  #8 (permalink)  
Antiguo 21/01/2007, 05:37
Avatar de seoista
seoista
 
Fecha de Ingreso: septiembre-2003
Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 20 años, 8 meses
Puntos: 59
Re: Como cambio el size de los <hr />?

A ver si te sirve con esto (a mí me va bien en Internet Explorer y Firefox):
Código:
<html>
<head>
<style type="text/css">
#linea
	{color: #ff0000;
	width: 100%;
	height: 3px;
	background-color: #ff0000;
	border: 0;}
</style>
</head>
<body>
.....
<hr id="linea" />
.....
</body>
</html> 
Suerte