Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Making a single column display

Quote Reply
Re: Making a single column display In reply to
in site_html_template.cgi
sub site_html_print_cat

I commented out:

# my ($half) = int (($#subcat+2) / 2);

and
# We check to see if we are half way through, if so we stop this table cell
# and begin a new one (this lets us have category names in two columns).
# if ($i == $half) {
# $output .= qq|</td><td class="text" valign="top">\n|;
# }
# $i++;

Then I rebuilt the pages.
Alas, there's still two columns, and the first one has no formatting.

http://thechaos.net/alert

Subject Author Views Date
Thread Making a single column display webfairy 3453 Aug 13, 2001, 7:16 AM
Thread Re: Making a single column display
QooQ 3356 Aug 13, 2001, 7:54 AM
Thread Re: Making a single column display
webfairy 3350 Aug 13, 2001, 11:00 AM
Thread Re: Making a single column display
QooQ 3351 Aug 13, 2001, 11:09 PM
Thread Re: Making a single column display
webfairy 3330 Aug 14, 2001, 5:11 PM
Post Re: Making a single column display
QooQ 3325 Aug 14, 2001, 7:44 PM