Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Royce] Changing Fonts

Quote Reply
Re: [Royce] Changing Fonts In reply to
Quote:
1. What do I need to do (exactly) to the subcategory.html in order to left align my categories.

I think you have to actually modify a .pm file, cos the main category table alignment stuff is *not* template based. I can't remember which file needs editing though.

Quote:
3. How do I increase by a couple of spaces the horizontal distance from the catagory names and number of links? For example: Business and Economy(302) change to Business and Economy (302)

I was trying to find the global that pugdog wrote for this a while back. Otherwise, you could try something like this in subcategory.html;

Code:
new_cat_title =>

sub {

my $Title = shift;
$Title =~ s,\(, \(,g;
return $Title;

}

Then call it with something like <%new_cat_title($Title)%> to get the modified title field.

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Changing Fonts Royce 3854 Jul 27, 2003, 11:22 AM
Thread Re: [Royce] Changing Fonts
Payooo 3811 Jul 27, 2003, 2:09 PM
Post Re: [Payooo] Changing Fonts
Royce 3767 Jul 27, 2003, 4:22 PM
Thread Re: [Royce] Changing Fonts
Andy 3793 Jul 28, 2003, 1:23 AM
Thread Re: [Andy] Changing Fonts
Royce 3775 Jul 28, 2003, 6:49 AM
Post Re: [Royce] Changing Fonts
Royce 3741 Jul 28, 2003, 10:55 PM
Post Re: [Royce] Changing Fonts
Andy 3710 Jul 29, 2003, 3:23 AM
Thread Re: [Royce] Changing Fonts
Payooo 3721 Jul 29, 2003, 5:44 AM
Thread Re: [Payooo] Changing Fonts
Royce 3712 Jul 29, 2003, 7:49 AM
Post Re: [Royce] Changing Fonts
Payooo 3714 Jul 29, 2003, 7:52 AM
Thread Re: [Royce] Changing Fonts
afinlr 3717 Jul 29, 2003, 11:25 AM
Post Re: [afinlr] Changing Fonts
Royce 3683 Jul 29, 2003, 2:39 PM