Gossamer Forum
Home : Products : Links 2.0 : Customization :

Please help? How do I show URL?

Quote Reply
Please help? How do I show URL?
Hi all.

Could someone PLEASE show me how to put URL underneath of the link discription?

Thank you very much in advanced.

:-))

Quote Reply
Re: Please help? How do I show URL? In reply to
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/