Right I wanna make a 'gd' header so they're so called, but I've got a bit lost when it comes to adding the border around it.
So far I've got this..
http://fansitelibrary.net/content/co...php?text=Hello Habbox!
& the php code I've used is..
<?php
/*
Dynamic Heading Generator
By Stewart Rosenberger
http://www.stewartspeak.com/headings/
This script generates PNG images of text, written in
the font/size that you specify. These PNG images are passed
back to the browser. Optionally, they can be cached for later use.
If a cached image is found, a new image will not be generated,
and the existing copy will be sent to the browser.
Additional documentation on PHP's image handling capabilities can
be found at http://www.php.net/image/
*/
$font_file = 'volterb.ttf' ;
$font_size = 7 ;
$font_color = '#000000' ;
$background_color = '#ffffff' ;
$transparent_background = true ;
$cache_images = true ;
$cache_folder = 'cache' ;
$border_width = 2 ;
$border_color = '#00CCCC' ;
Just wondering what the border tag is, if anyone could help me I would appreciate it very much. Also if its possible a shadow code, but I'm not sure if it is.
I've only got a rep power of 2, but I'll still give you +rep any how.





Reply With Quote
