styling top rated

i've put a top rated page up but i'm struggling to style it (i.e. remove the way it appears as a vertical list), i've looked on the forum but only come up with very vague suggestions.

anyone help?

thanks

Comments

  • acrylian Administrator, Developer
    Each images_album statistics function puts out a `
    ">...the picture list...
    ` you can style. In your case this will be "toprated" ("toprated_album" if called for albums).

    You can address for example the `
      ` element via `#toprated ul`. See the source code of the output. Please search the net on css trick to make horizontal lists.

      Of course if the provided html setup does not fit your needs you can make your own function using the general `get` variant (some work though).
  • perfect, thanks again :)
Sign In or Register to comment.