From: RichardOnRails Date: 2008-11-06T05:48:34+09:00 Subject: Stylesheet not honored; directory access thwarted Hi, I intend to import CVS data from user-selected files a sub-directory withing a Rails app. I wrote a toy app outside the scope of Rails just to test this capability. The toy app is posted at http://www.pastie.org/308209. The toy has a few blemishes: 1. I included CSS to center the link, but it's rendered left- justified. 2. I expected the filenames in the imports sub-directory to be displayed, but they were not. Any ideas? TIA, Richard