View Single Post
Old 04-15-2006, 05:17 PM   #2 (permalink)
kwvarga
Possible Terrorist
 
kwvarga's Avatar
 
Join Date: 10-13-03
Location: Tuscaloosa, AL or Atlanta
Posts: 2,504
iTrader: 0 / 0%
kwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web prokwvarga is a highly respected web pro
Send a message via AIM to kwvarga
Are you using code like this?
PHP Code:
$image imagecreatetruecolor(19236);
$trans_color imagecolorallocate($image25500);
$color imagecolorallocate($image255255255);
imagecolortransparent($image$trans_color);
imagettftext($image1001023$color"impact.ttf"" MENU ITEM");
imagegif($image"output.gif");
imagedestroy($image); 
__________________
http://www.kylevarga.com - My blog.
kwvarga is offline   Reply With Quote