Considering the beautiful formatting of the code sent by the cookie (so I can see it myself;):
<div style="background:#ffffff;border:5pt solid #000000; color:#000000;padding:25px;border-radius:15px;"> <div> <a href="http://kr1.php.net/imagettftext">http://kr1.php.net/imagettftext</a> </div> </div> <div>an example...</div> <?php $str = "TESTING..."; @$i = imagecreate(strlen($str)*20+40,70) or die("FAILED..."); imagettftext($i,20,30,20,20,imagecolorallocatealpha($i,0,0,0,75),"굴림.ttf",$str) ?>
source share