Gossamer Forum
Home : Products : Links 2.0 : Customization :

Redesigning

Quote Reply
Redesigning
Hi,

How would I go about redesigning the whole look of the program?

Like, my main page for example i would like to make a bordered table & put each differnt categorie in a seperate <td> cell....

I can edit home.html so that the whole lot of categories are in a table, but it has like <%categories%>...u can't just put <td></td> around that.....that is all the categories or something right?

Do I have to edit links.css or something?


Brett
Quote Reply
Re: Redesigning In reply to
This is currently not defined in templates. You will need to edit the sub site_html_print_cat subroutine in site_html_templates.pl. Look for the following line...
Code:
# Print Header.
$output = qq|<div class="margin"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td class="catlist" WIDTH=46% valign="top">\n|;
and make border="1" or whatever...