Categories > TinyButStrong general >

block on <li> tag

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
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.
By: Al
Date: 2006-02-08
Time: 00:22

Re: block on <li> tag

Nevermind!

We were using 2.5.05 but an upgrade to 2.5.07 fixed everything.