Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/03/2008, 05:58
Avatar de neodani
neodani
 
Fecha de Ingreso: marzo-2007
Mensajes: 1.811
Antigüedad: 17 años, 2 meses
Puntos: 20
Re: APORTE: Sistema de Captcha

Lo que no he conseguido es hacer las letras mas pequeñas


Código PHP:

<?php

include_once 'PHPCaptcha.lib.php';

$captcha = new Captcha;
$captcha->confCaptcha("fuentes","fuentes");
$captcha->confCaptcha("tamano",10);
$captcha->confCaptcha("fondos","fondos");
$captcha->confCaptcha("dificultad",8);
$captcha->confCaptcha("nlineas",50);
$captcha->confCaptcha("clineas",true);
$captcha->confCaptcha("ancho",180); 
$captcha->confCaptcha("alto",50);

$captcha->generaCaptcha();
$captcha->muestraCaptcha();

?>
Me gustaría que el tamaño fuese 180x50 , entonces se me cortan las letras, intento reducir el tamaño del texto pero no cambia