Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Problem with templates

Quote Reply
Re: Problem with templates In reply to
In Reply To:
When I changed My templates with the standart templates all goes ok what's wrong ??
Most likely related to how you have put tags in your template pages...there is a FAQ in the Resource Center about Tag Problems . Most likely you are putting tags on the same line.

Your codes should look like the following:

Code:
<%if link_results%>
<%link_results%
<%endif%>
In Reply To:
another thing I want display the category in just 1 colonne and no two colonne how can i do that ??
I am sure you mean columns NOT colonne .

Anyway...this has been discussed before in the Links Modification Forum , which is the forum to discuss code hacking of Links.

You need to delete the following codes in the sub site_html_print_cat routine in the site_html_templates.pl file:

Code:
if ($i == $half) {
$output .= qq|</td><td valign="top" width="50%">\n|;
}
$i++;
Hope this helps.

Regards,

Eliot Lee
Anthro TECH, L.L.C
Web: http://www.anthrotech.com/
Subject Author Views Date
Thread Problem with templates sad 1610 May 16, 2000, 9:28 AM
Post Re: Problem with templates
Stealth 1555 May 16, 2000, 6:10 PM
Thread Re: Problem with templates
sad 1543 May 17, 2000, 12:54 AM
Post Re: Problem with templates
Stealth 1522 May 17, 2000, 5:07 PM