I dont know much code, but you could probally write up an else-if that will replace a blank fiend with the URL to the blank image.
It should look something like this;
---------
if ($user_profile[20] is just "http://")
{
(my $this_img = $vars_config{NonCGIPath}/blank.gif);
}
else
{
(my $this_img = $user_profile[20]

;
}
---------
If you can get the right code for the first set of parentheses it should work.
If you cant get it to use the exact line, try making one that searches for allowed extention types, like .gif, .jpg, or .bmp
edit. miswrote a line. also noticed the dumb smilies
[ 10-22-2001: Message edited by: Outback2K1 ]