By: Al
Date: 2006-02-07
Time: 22:48
|
block on <li> tag
Does tbs block work with the html tags <ul> <li>? I see now reason why it shouldn't but I cannot make it work with these tags. I took your exact code from the subblock example but replaced the table with <ul> and <li> but it doesn't work. Something like:
<ul>
<li>[mb.team;block=li]
<ul>
<li>[sb.town;block=li;p1=[mb.$]
</li>
</ul>
</li>
</ul>
In fact this gives an infinite loops of tbs errors!
Thanks.
|