FPDF: Change text color while inside a Cell?
I want it so that the text saying white will use SetTextColor as white, and the orange to use orange.
$pdf->SetTextColor(255,255,255);
$pdf->Cell(50,0,'WHITE ORANGE ORANGE WHITE',0,1,'C');
How do I affect the 'ORANGE' words to use …