Feature requests » need a little help here

added on Jan 20, 2007 by dbs

Hi,

I have linkex running on my site www.myteenfantasy.net I have the links setup so it looks like this

| LINK | LINK | LINK | LINK | LINK


THIS IS MY TEMPLATE CODE

{TABLE cols="6" border="0" cellpadding="2"}
<font size="1" face="Arial, Helvetica, sans-serif"><a href="{$URL}"
target="_blank">{$ANCHOR}</a><br/>

How can i set it up so make the links look like this

|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|
|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|
|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|
|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|LINK|

Really stumped on this need help please
added on Jan 21, 2007 by
anyone ?
added on Jan 21, 2007 by v0id
It's a little bit tricky, but I guess something like

{TABLE cols="6" border="0" cellpadding="2"}
| <font size="1" face="Arial, Helvetica, sans-serif"><a href="{$URL}"
target="_blank">{$ANCHOR}</a>

except you wont have the last |

- v0id
added on Jan 21, 2007 by dbs
look at it now void looks really bad mate http://www.myteenfantasy.net/
added on Jan 21, 2007 by v0id
lol I see :)

All your link's title seems to be starting with |, so no need to add it then.

Try with this instead:

{TABLE cols="6" border="0" cellpadding="2"}
<font size="1" face="Arial, Helvetica, sans-serif"><a href="{$URL}"
target="_blank">{$ANCHOR} |</a>

added on Jan 22, 2007 by dbs
i want the links to go |link|link|link|link|link| not |link |link |link |link
added on Jan 22, 2007 by v0id
I'm not sure what the difference between the two are? Besides that space at the end

Try with:
{TABLE cols="6" border="0" cellpadding="2"}
<font size="1" face="Arial, Helvetica, sans-serif"><a href="{$URL}"
target="_blank">{$ANCHOR}|</a>
added on Jan 23, 2007 by dbs
nope not working
added on Mar 22, 2007 by v0id
Sorry for the late reply. I'm still confused about what exactly you need?
Can you please try to elaborate a bit, if you're still using LinkEX that is :)

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