Feature requests » Links in Rows

added on Jun 1, 2007 by Tine
Hi,

First of all this is the best script. Simple and good.

Would it be possible to arrange links in two or three columns. How do I have to change tmeplate to do this?

Now looks like this:

LINK
LINK
LINK

OR (if you do not add <\br> tag)

LINK LINK LINK


Is it possible to arange them in columns

LINK LINK LINK
LINK LINK LINK


I hope you understand what I mean.

Thanks a lot for your help.


Tine
added on Jun 15, 2007 by v0id
Hey Tine.

Sorry for the very late reply:(

Yes it can be done. I have included a {TABLE} template option.
Try expand the "Template variables" section to see the options.

in your case your would have the very first line of the template like this:
{TABLE cols="3"}
<a hre.....</a>

This way LinkEX will wrap all the links into a table having three columns.

Let me know if you have any problems with it :)

- v0id
added on Oct 11, 2007 by Tine
Hi,

Thanks for the good script and for awesome answers.

I have another question.

I managed to arrange my links in colums. Is it possible for colums to have the same sized tables. TZables are now
resizable and depends on the links added. I would like to have 3 colums with three cells of the same width.

If you could help me I would be grateful.

Thanks,
Tine
added on Oct 12, 2007 by v0id
hi,

I usually use CSS to fix the width of the cells. in your template, add a classname to the table
{table class="linkextable" ...}

and in you CSS file/header add
table.linkextable td { width:33%; }

it works for me :)

- 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.