In site_html.pl, under the "sub site_html_link", change:
$output = qq|
<ul type=disc><li><$font><a href="$build_jump_url?$db_key=$rec{$db_key}">$rec{'Title' }</a></font>|;
to read:
$output = qq|
<ul type=disc><li><$font><a href="$build_jump_url?$db_key=$rec{$db_key}">$rec{'Title' }</a></font><br>$rec('URL')<br>|;
You might also want to change:
if ($rec{'Description'}) { $output .= qq| <$font>- $rec{'Description'}</font>\n|; }
to read:
if ($rec{'Description'}) { $output .= qq| <$font>$rec{'Description'}</font>\n|; }
Hope this helps.
------------------
Bob Connors
bobsie@orphanage.com www.orphanage.com/goodstuff/ goodstufflists.home.ml.org/