Hello everyone,
I'm just discovering TBS and quite enjoy it so far! Looks amazing to me.
There's still one problem I can't solve so far…
Let's say I have a series of links that I want to join with a coma:
<small><a>link1</a>, <a>link 2</a>, <a>link 3</a></small> |
Of course, I don't want to have any coma after the last link.
Well, I can't figure out how to add those comas in between blocks, and not after the last link.
What I have so far is this code ("block" is a simple array):
<li class="genre">
<small>
<a href="#"><span itemprop="eventType">[block.val;block=a;bmagnet=li]</span></a>,
</small>
</li> |
If anybody can explain me how they'd do that, that'd be awesome, thanks! :)