Results 1 to 4 of 4

Thread: Adding HTML between n rows

  1. #1
    Join Date
    Nov 2006
    Posts
    61

    Unhappy Adding HTML between n rows

    Hi,
    How can I add some HTML every nth row (link) within a list?
    I'm sure i read something like this in the forum but I have not been able to find it.

  2. #2
    Join Date
    Nov 2006
    Posts
    61

    Default

    Answer, please?

  3. #3
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    It's in template file, you may use it in rows.html and similar files

    Code:
    <%if $number is div by 5%>
    .........html code here........
    <%/if%>

  4. #4
    Join Date
    Nov 2006
    Posts
    61

    Default

    Thank you!

Similar Threads

  1. Rows.html
    By gspinney in forum v5.x
    Replies: 2
    Last Post: 12-20-2006, 10:18 PM
  2. 2 rows.html templates
    By Rob Picken in forum v5.x
    Replies: 4
    Last Post: 12-28-2003, 08:30 AM
  3. rows.html v/s sp_cat_rows.html ??
    By ideavirus in forum v5.x
    Replies: 1
    Last Post: 06-22-2003, 07:12 AM
  4. Whats the function of rows.html files ???
    By ideavirus in forum v5.x
    Replies: 0
    Last Post: 07-13-2002, 09:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •