I want to create a list of files in a directory in html
And I want to display it in a horizontal way, that is to say, like 'List Mode' in windows explorer. So there is a list of names that goes from the top of the screen to the bottom, but instead of continuing, the list starts again on a second collumn to the right and continues. If there is not enough room on the screen a scrollbar forms horizontally, and you scroll along left to right, with ever more collumns.
I wondered if anybody knew how you could do this in HTML?