Xenu's Sister wrote: > That reminds me, how do you "expand" the names when you're > looking at folders in a browser window? In other words, when I > look at that index, I see 5 files like this: > > Happy_Rhodes_Tin_Ang..> > Happy_Rhodes_Tin_Ang..> > Happy_Rhodes_Tin_Ang..> > Happy_Rhodes_Tin_Ang..> > Happy_Rhodes_Tin_Ang..> > > Huh? Is there a way to see what each file is? I know what they > are, but I've run across it elsewhere too. I use IE and WinXP (I > know I know I know). You can't change this in the browser, but you can change the server to display longer names. Create a textfile called .htaccess in that same directory (or open it if it already exists), and place the following line in it: IndexOptions NameWidth=64 That should make the server show a maximum of 64 characters per filename. Cheers, Sander