Ver Mensaje Individual
  #2 (permalink)  
Antiguo 30/12/2005, 07:23
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses
Puntos: 772
Hola Brewster

Intentalo poniendo un id a la foto:

<img src="pepe.jpg" id="fotoPrincipal" />

y cambiando un poco el código:
Código PHP:
<script type="text/javascript">
newAncho='150px';
newAlto='100px';
document.getElementById('fotoPrincipal').style.width=newAncho;
document.getElementById('fotoPrincipal').style.hegith=newAlto;
</script> 
Espero que te sirva. Saludos,