Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

bicolor links

Quote Reply
bicolor links
Hi,
I posted a message at the links 2.0 Modification Forum about how to create bicolor links with something like:
my $bgcolor ;
unless ($bi==1) {
$bgcolor="#F6F6F6";
$bi=1;
} else {
$bgcolor="#FFFFFF";
$bi++;
}

widgetz published another way and now I wanted to use either of them for links sql but somehow it does not work. Isnīt it possiple to include this perl code in the .pm files? Any help is appreciated.

Ciao

Niko

http://www.master-productions.com
Subject Author Views Date
Thread bicolor links el noe 2753 May 27, 2000, 1:40 AM
Post Re: bicolor links
pugdog 2685 May 27, 2000, 4:39 PM
Post Re: bicolor links
el noe 2682 May 28, 2000, 3:04 PM
Thread Re: bicolor links
el noe 2657 Jun 5, 2000, 11:09 AM
Post Re: bicolor links
pugdog 2649 Jun 7, 2000, 5:55 AM