Hi.

I just want to print a <br/> after every 5th <a href>:

 <span py:for="" in enumerate(tag_list)" class="${i%2 and 'row_even' or 'row_odd'}">
  <a href=""
  <!-- output <br> here after every 5th a href -->
 </span>

This seems so simple. I have spent an hour or more on this simple functionality with no sucess. This has got to be an easy task.

Anyone have a recipe?

Thanks!

David

Reply via email to