Ver Mensaje Individual
  #15 (permalink)  
Antiguo 27/02/2016, 20:26
paezacero
 
Fecha de Ingreso: febrero-2016
Mensajes: 1
Antigüedad: 9 años
Puntos: 0
Pregunta Respuesta: Problema con Multicell en fpdf en php

$pdf->SetXY(15,40);
$pdf->SetFont('Arial','',6);
$pdf->Cell($ancho_zona,5, "ZONA", 1, 0, "C", 1);
$pdf->SetFont('Arial','',6);
$pdf->Cell($ancho_rif,5, "RIF", 1, 0, "C", 1);
$pdf->SetFont('Arial','',6);
$pdf->Cell($ancho_nombre,5, "NOMBRE", 1, 0, "C", 1);
$pdf->SetFont('Arial','',6);
$pdf->Cell($ancho_direccion,5, "DIRECCION", 1, 0, "C", 1);
$pdf->SetFont('Arial','',5);
$pdf->Cell($ancho_fecha,5, "F.INGRESO", 1, 1, "C", 1);

Porque la última columna se me cae a la siguiente columna