Hello, List,
I have been using blackbox for about a year now
And i can not say anything but the good things about it :)
Anywho i just came across the Brad's message about fonts....
Did you ever figure that out ?
If rxvt -fn snap (Artwiz makes some really nice fonts) works then
Most likely you have a space after font name in the style file :)
But you probably already knew that :)
Best of luck
igor
--
<?php
$company = 'WebSideStory, Inc.';
$contact_info = array(
'addr1' => '10182 Telesis Ct., 6th Floor',
'addr2' => 'San Diego, CA, 92121',
'p' => '858. 546. 1182 x464',
'f' => '858. 546. 0480',
'e' => '[EMAIL PROTECTED]');
while(list($k,$v)=each($contact_info)) {
echo "$v<br>\n";
}
?>