Gossamer Forum
Home : Products : Links 2.0 : Discussions :

How to place ?

Quote Reply
How to place ?
HI

When my catagories are placed on the screen, they are showen in 2 rows very near together. Is it possible to make the one row aligned left and the other aligned right.
Or perhaps set them in a table, so I can place them just as i like !

Kim

Quote Reply
Re: How to place ? In reply to
Yea...as mentioned quite a few times in the forums (and as recent as today), you need to edit the HTML codes in the sub site_html_print_cat subroutine in the site_html_templates.pl file.

Regards,

Eliot Lee
Quote Reply
Re: How to place ? In reply to
Found it !

Quote Reply
Re: How to place ? In reply to
Sorry for my stupidity, but where shall i change it !

sub site_html_link {
# --------------------------------------------------------
# This routine is used to display what a link should look
# like.

my %rec = @_;

# Set new and pop to either 1 or 0 for templates.
($rec{'isNew'} eq 'Yes') ? ($rec{'isNew'} = 1) : (delete $rec{'isNew'});
($rec{'isPopular'} eq 'Yes') ? ($rec{'isPopular'} = 1) : (delete $rec{'isPopular'});

return &load_template ('link.html', {
detailed_url => "$db_detailed_url/$rec{'ID'}$build_extension",
%rec,
%globals
});
}

As far as i can see, there is nothing used to place the links anywhere !

Quote Reply
Re: How to place ? In reply to
UH...READ my REPLY again, PLEASE!

Did I say sub site_html_link?? I don't think so! Please re-read my REPLY.

sub site_html_print_cat subroutine in the site_html_templates.pl file

sub site_html_print_cat subroutine in the site_html_templates.pl file

sub site_html_print_cat subroutine in the site_html_templates.pl file

sub site_html_print_cat subroutine in the site_html_templates.pl file

sub site_html_print_cat subroutine in the site_html_templates.pl file


Regards,

Eliot Lee
Quote Reply
Re: How to place ? In reply to
Yahoooooo, that did it !!

A huge thanks to AnthroRules, who despite my limitet brainmass, continued to smash the right answar into my head :-)

A happy man :-