Feature requests » Output links in columns

added on Sep 18, 2008 by Thijs
Hello all,

I've found half the answer to my problem which is also mentioned in http://linkex.dk/forums/t1022-links-in-rows.html . I
want to put the links in different columns and understand that I can use the {TABLE} template option for that, but where
do I insert that piece of code?

Hope someone can help me out here.. Thanks in advance!

T
added on Sep 23, 2008 by dusman
it goes in your category settings under the template code, here is a sample of mine as you can see on aysos.com. It
creates 2 columns with 15 rows for a total possible of 30 links

{table cols="2" rows="15"}<a href="{$URL}" target="new"
title="{$ANCHOR}">{$ANCHOR}</a><br />
added on Oct 6, 2008 by Thijs
Thanks for your reply but I still seem to have some problems.. Could you tell me in exactly what file (and maybe even
which lines) I have to add that code? Because I tried, but it seems to have no effect on the output on my webste
whatsoever..

Thanks again!

Thijs
added on Oct 6, 2008 by v0id
Hi Thijs,

as dusman said you simply need to put the {table} tag in top of the template.
In LinkEX, once it's installed you controll everything from the browser, so you need to log in, goto
"Categories" and edit the category you need to have in columns.
In the textarea with the template code, simple put:

{table cols="2"}
<a href="{$URL}" target="new" title="{$ANCHOR}">{$ANCHOR}</a>


that's it :)

- v0id

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.