Gossamer Forum
Home : Products : Gossamer Links : Discussions :

links display on 3 columns

Quote Reply
links display on 3 columns
Hi,
I would like to be able to have the links display on 3 columns.
Example . .
Link1 | Link2 | Link3
Could you please help me out.
Thanks in Advance
Bye from Italy
Fabio

Fabio
Quote Reply
Re: links display on 3 columns In reply to
help me Please

Fabio
Quote Reply
Re: links display on 3 columns In reply to
poor fabio :(, you suffer so.

At the moment in category.html, the links are inserted into the template with the <%links%> tag. This sucks.

Like Pugdog says, we should all be using the <%loop%> tag for this. When this happens in Version 2.1, which hopefully it should do, then this'll make it really easy to do.

If you really wanted you could do it, but it would be ugly. If i were you, i'd wait and then do it the easy way.

I might be wrong though - but <%links%> just seems like such an ugly tag.

So, I'd wait for links2.1

It can't be that crucial can it?

You could have
<table>
<tr>
<td>link title</td></tr>
<tr>
<td>url</td></tr>
<tr>
<td>blurb</td>
</tr>
</table>

now if you wanted.