Ver Mensaje Individual
  #7 (permalink)  
Antiguo 14/11/2003, 12:12
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 1 mes
Puntos: 772
Hola.

Mira este ejemplo:
Código PHP:
<html>
<
head>
<
style type="text/css" media="print">
div.page 
writing-modetb-rl;
height80%;
margin100%;
}
</
style>
</
head>
<
body bgcolor="#FFFFFF" text="#000000">
<
div class="page">
Aqui va toda tu página
</div>
</
body>
</
html
Saludos,