added on Jan 20, 2007 by
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
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
look at it now void looks really bad mate http://www.myteenfantasy.net/
added on Jan 21, 2007 by
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
i want the links to go |link|link|link|link|link| not |link |link |link |link
added on Jan 22, 2007 by
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 Mar 22, 2007 by
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