16/11/2007, 12:58
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 7 meses Puntos: 177 | |
Re: dudas con la propiedad 'word-spacing' Cita: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style>
body{
word-spacing:-5px;
}
</style>
</head>
<body>
hola que ta este es un ejemplo!
</body>
</html> |