Gossamer Forum
Home : Products : Links 2.0 : Customization :

Request Assistance with Column Width

Quote Reply
Request Assistance with Column Width
I have downloaded and installed links 2, with hardly any trouble. Beautiful script, works nicely. Only think I have had a fit with is aligning the 2 column under Category to be even at 50%.

I have the site set up in a table, with the category cell being 540 pixels wide, with a side cell of 100 pixels for other clickable links.

As per the forum posts, I have changes the class="classlist" to width="50%" in the program file. I also changed the template cell to width="50%"--- no luck.

Any suggestions on how I can get my columns to be equal under Categories?

BTW... I'm using templates.

Thank you in advance.
Nancilee
Quote Reply
Re: [Nancilee] Request Assistance with Column Width In reply to
I wonder about the same thing, its the only problem I currently have with this script...would be really cool to get this solved!
Quote Reply
Re: [Nancilee] Request Assistance with Column Width In reply to
I was having the same problem and was able to fix it by using the following in site_html_templates.pl under sub site_html_print_cat:


Code:

$output = qq|<table height="20" border="0" cellspacing="8" cellpadding="4">\n|;
$output .= qq|<tr>\n|;

If I remember right, this worked for me....


chuck
Crazy