Results 1 to 4 of 4

Thread: show more than 1 cover per line in HTML

  1. #1
    Join Date
    Apr 2006
    Location
    Posts
    26

    Default show more than 1 cover per line in HTML

    ..where i'd like to see 5 thumbnails per line.

    eg

    cover1...cover2...cover3...cover4...cover5
    cover6...cover7...cover8...cover9...cover10
    etc etc..

    ???

  2. #2
    Join Date
    Mar 2004
    Location
    Posts
    312

    Default Re: show more than 1 cover per line in HTML

    This can be done, but you would have to write a few javascripts in order to achieve the format you want.

    Basically you need a javascript counter. Every time the counter reaches 5, you would add a new line (<br /> or <p />) and then reset the counter to zero.


  3. #3
    Join Date
    Apr 2006
    Location
    Posts
    26

    Default Re: show more than 1 cover per line in HTML

    ta

    kinda assume there be some sort of repeat loop, so is there a counter in OC to say how many Covers/albums we need to loop through?

  4. #4
    Join Date
    Mar 2004
    Location
    Posts
    312

    Default Re: show more than 1 cover per line in HTML

    Hi kazgor

    That's right.
    The repeat loop is created with the Album-tag, like this:

    [code]<!--[Album(all,$SORTBY1]-->

Posting Permissions

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