Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/08/2009, 09:27
Avatar de cemansilla
cemansilla
 
Fecha de Ingreso: septiembre-2007
Ubicación: Buenos Aires, Argentina, Argentina
Mensajes: 214
Antigüedad: 16 años, 7 meses
Puntos: 6
Respuesta: Centrar texto con fpdf

Cita:
Iniciado por jrodriguez30 Ver Mensaje
Me funciono bn, pero ahora si quiero poner varios titulos uno a lado del otro como seria?????
Usando los Cells(), algo asi:

Código PHP:
$this->Cell(8,7,'#'1'''C'1);
$this->Cell(40,7,'Fecha'1'''C'1);
$this->Cell(25,7,'Valor'1'''C'1);
$this->Cell(35,7,'Concepto'1'''C'1);
$this->Cell(60,7,'Usuario'1'''C'1);