Gossamer Forum
Home : Products : Links 2.0 : Customization :

I want change category look

Quote Reply
I want change category look
my category look like

xxxxxx xxxxxx

xxxxxx xxxxxx

i want change to

xxxxxx

xxxxxx

xxxxxx

one column only, how to change? thanks
Quote Reply
Re: [leo2200] I want change category look In reply to
In site_html_templates.pl, under the sub site_html_print_cat (last sub in file), find this:

# 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="catlist" valign="top">\n|;
}
$i++;

and comment out this part (add the hash marks):

# if ($i == $half) {
# $output .= qq|</td><td class="catlist" valign="top">\n|;
# }



Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] I want change category look In reply to
 thank very much!

SlySlySlySlySlySlySly