Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: HOW do I put cateogories in cells?

Quote Reply
Re: HOW do I put cateogories in cells? In reply to
Thanks, Bobsie

I followed the link above and it was a great help. I almost got it looking just the way i wanted it to.

Here is what I did -

--
my (@subcat) = @_;
my ($url, $numlinks, $mod, $subcat, $category_name, $description, $output, $i);
my ($half) = int (($#subcat+4) / 4);
--
if ($i == $half) {
$output .= qq|</td><td class="catlist" valign="top" width="100">\n|;
$i = 0;
}
$i++;

----

The above works fine and makes the 4 columns - BUT the first two columns are too close to each other and the others are spaced out ok.

I problem I found was that the first column does not have a width defined. the others have the above value but the first column doesn't so the second moves as close as possivle to the first..

Is there any way to make the first column behave like the rest??

thanks for your help so far..

Cheers,
Frank



[This message has been edited by FLThiak (edited May 19, 1999).]
Subject Author Views Date
Thread HOW do I put cateogories in cells? FLThiak 3590 May 17, 1999, 6:34 PM
Post Re: HOW do I put cateogories in cells?
FLThiak 3513 May 18, 1999, 9:04 PM
Post Re: HOW do I put cateogories in cells?
ChanFan 3508 May 19, 1999, 4:24 AM
Post Re: HOW do I put cateogories in cells?
Bobsie 3508 May 19, 1999, 8:35 AM
Post Re: HOW do I put cateogories in cells?
Bobsie 3523 May 19, 1999, 10:49 AM
Post Re: HOW do I put cateogories in cells?
Macro 3559 May 19, 1999, 10:50 AM
Post Re: HOW do I put cateogories in cells?
FLThiak 3528 May 19, 1999, 7:31 PM
Post Re: HOW do I put cateogories in cells?
Bobsie 3521 May 20, 1999, 5:06 AM
Post Re: HOW do I put cateogories in cells?
ChanFan 3533 May 20, 1999, 7:04 AM
Post Re: HOW do I put cateogories in cells?
Bobsie 3520 May 20, 1999, 7:24 AM