like this?
// ######################### CHANGE FONT BELOW ############################
// Uncomment LINE1+LINE12 and comment LINE2+LINE22 to use default font.
// Replace "verdana.ttf" with the URL to your .ttf font
//
imagestring($img, $fontsize,0, $left, (($i * $zeilenabstand) - $zeilenabstand + $top), $output,
$text_color);LINE1
imagettftext($img, $fontsize, 0,$left, (($i * $zeilenabstand) - $zeilenabstand + $top),
$text_color,/home/qtss/bbs.metallifukinca.com/html/Verdana.ttf, $output);LINE2
$i++;
}
because I'm still getting
Parse error: parse error in /home/qtss/bbs.metallifukinca.com/html/signature.php on line 238
sorry for being a newbie
|