Gossamer Forum
Home : Products : Links 2.0 : Customization :

modifying <%category%> when using templates

Quote Reply
modifying <%category%> when using templates
I'm using templates to build my pages. So I've built into Edit Templates to add my html.

In home.html, I have

<table width="580" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60">&nbsp;</td>
<td valign="top" width=520>
<div align="center">
<p class="header">Supplier Directory</p>
<%category%>
<p>There are <strong><%grand_total%></strong> links
for you to choose from!</p>
</div>
</td>
</tr>
</table>

1. Where do I go to modify what is in <%category%> ?

2. As I am using templates, I'm assuming I do not got to site_html.pl
or site_html_templates.pl to change the the font size of the
subcategories. If that is in fact true, where do I go to change the size?

3. Please look at www.waterwater.ca (scroll down to directory).
Why does it look like this? I just want both columns left-aligned.

4. If I am using templates, do I ever use site_html.pl
or site_html_templates.pl for any modifications?

Thanks for your help.

EDIT: That's OK, I figured it out. No reply required.

Last edited by:

ceniti: Jan 26, 2002, 10:25 AM
Subject Author Views Date
Post modifying <%category%> when using templates ceniti 1049 Jan 26, 2002, 9:35 AM