Quote:
Originally Posted by vexel
How can i change the background of siggy to color - #0013a8
|
In siggy.php find this code (around Line 135
PHP Code:
$img_temp = imagecreatetruecolor($newwidth, $newheight);
And AFTER IT INSERT THIS
PHP Code:
$bgcolor = imagecolorallocate($img_temp, 0, 19, 168);
imagefill($img_temp, 0, 0, $bgcolor);