Xecutech
02-19-2003, 03:59 PM
I am updating a site that has cgi script already on it. It is a script that creates html page layout. I am getting horizontal rule on the page that I dont want. I think I found the line in the script for it:
my $toplisting;
foreach my $link (sort{$displays{$a**->{Pos** <=> $displays{$b**->{Pos**** keys %displays) {
my $tmp = $links{$link**;
my $l=&site_html_link_two(%{$tmp**) . qq|<hr width="100%">|;
$toplisting .= $l;
print $l if ($in{preview**);
What do I need to delete to get rid of the horizontal rule inserted? Please let me know exactly what to take out. Thank you in advance for any help I get.
my $toplisting;
foreach my $link (sort{$displays{$a**->{Pos** <=> $displays{$b**->{Pos**** keys %displays) {
my $tmp = $links{$link**;
my $l=&site_html_link_two(%{$tmp**) . qq|<hr width="100%">|;
$toplisting .= $l;
print $l if ($in{preview**);
What do I need to delete to get rid of the horizontal rule inserted? Please let me know exactly what to take out. Thank you in advance for any help I get.
