|    
			
				23/04/2010, 04:53
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: abril-2010 
						Mensajes: 3
					 Antigüedad: 15 años, 6 meses Puntos: 0 |  | 
  |  Respuesta: sustituir width="12"  por width="24"  
  Me respondo a mi mismo, que ya he dado con la solucion:
 
 
 preg_replace('/(width=\"[0-9]*\")/','width="'.$width.'"',$strOriginal);
     |