FPDF COLOR DE RELLENO A MILTICELL
Publicado por rafaelg21 (5 intervenciones) el 17/10/2008 00:24:11
Saludos amigos foristas, me baje una alicacion de la fpdf,org que me hace celdas. que funciona muy bien pero el problema es que quiero darle un color de rrelleno a esa celda, use el SetFillColor pero no me funciona, pero el color de texto si.
este es el codigo
$this->SetFillColor(150,125,255);
$this->SetTextColor(144,30,30);
//Print the text
$this->MultiCell($w,5,$data[$i],0,$a);
Porfavor si alguien sabe como colocar fondo a un MULTICELL se lo agradeceria mucho.
este es el codigo
$this->SetFillColor(150,125,255);
$this->SetTextColor(144,30,30);
//Print the text
$this->MultiCell($w,5,$data[$i],0,$a);
Porfavor si alguien sabe como colocar fondo a un MULTICELL se lo agradeceria mucho.
Valora esta pregunta
0