Thanks for the tag link, very nicely put together.

I dont think i explained what i wanted very well.

The Thumb nail template will create 1 cover+notes per line,
so if its a big collection thats 1 album per line.

I'd like to have to albums per line, ie 2 columns, just means
less scrolling.

Now i can create a two column table and stick in the approriate tags, but what i get is two albums per line but they the same ones.

eg.. how did this guy do make the Artist list in 3 columns,
when the CMI template only does 1 column.

[url]http://www.corryzahn.com/~d/[/url]


Now in the thumbnail template, it as the following

<!--[Album(all,$SORTBY1,$SORTBY2,$SORTBY3)]--><tr>
<td><!--[Cover($THUMBSIZE)]-->&amp;nbsp;<!--[/Cover]--></td>
<td><!--[Artist]-->&amp;nbsp;<!--[/Artist]--></td>
<td><!--[Title]-->&amp;nbsp;<!--[/Title]--></td>
<td><!--[Year]-->&amp;nbsp;<!--[/Year]--></td>
</tr>
<!--[/Album]-->

if i just stick in another <tr><td> i will do the same album as i mentioned above.

I persume the [/Album] tag there for move the pointer to the next album in the database.

How would the above be change to do what i want (if possible?)

Thanks