Your very welcome :-)
Hey I find do it yourself is about the best way to go as long as you have someone to help start you off
Ok everyone I just make images for mine for Bumping and De-Bumping and I must say they look pretty good!
Here is what I did to get images in mine:
########===================
######## in ubb_lib_posting.cgi:
########===================
########after:
$delete_option = qq(

);
########add:
if (-e "$vars_config{NonCGIPath}/$exact_path/$_[1].stick") {
$sticky_option = qq(
De-Top);
} else {
$sticky_option = qq(
Top);
}
##### SEe THE TOP AND DE-TOP? WELL GET RID OF THOSE!!

I replaced them with the following:
### FIND De-Top
#### Replace with

### FIND Top
#### Replace with

##################### END
That's all you have to do!!
Now save my images I made and upload them to your NONCGI directory for UBB.
Here is a screenshot of what my changes look like:
BUMP SCREENSHOT
DE-BUMP SCREENSHOT
Here are the two images (they're transparent gifs like the others so if you background changes you won't see white

)
De-Bump
Bump
I created the images and I allow you to freely distribute them on your site(s)This script is excellent!
Enjoy everyone!!
Ramprage
[ May 27, 2001 12:50 AM: Message edited by: ramprage ]