Asset Listing - Don't use first result

First off, let me say, I normally do this by customizing the #1 position format, and leave that blank. So, this successfully removes the first item from the listing.


BUT, in this situation, I am using a column layout for my listing, and if I do my method above, it leaves the first item in the table blank. Which, looks really bad. So, for this, I need to somehow ignore the first item in the listing, rather than just blanking out its type format.



I know that I could exclude that asset from the listing, but I need this to work dynamically, as the first item will always be changing.



The reason I need to do this, is that I have a second asset listing, that shows the first item with different formatting, and outside of the table.



EDIT: Nevermind, I just ended up using a div column layout.

Hi Nic


The other way you could over come this is to make row 1 1 column and all remaining 2 columns



Dave