I'm a newbie but I'm trying! 
The Apache article on these modules (AutoIndex/FancyIndexing) didn't explain everything in detail
I want to rearange the directory information at the HTML level. Example (Hoping this makes sense):
Instead of:
<TD>$Icon</TD><TD>$Name</TD><TD>$Size</TD>
I'm would like:
<TD>$Icon</TD><TD CLASS="$Name">$Size</TD>
P.S. I am using .htaccess and not httpd.conf
Thanks for your time
The Apache article on these modules (AutoIndex/FancyIndexing) didn't explain everything in detail
I want to rearange the directory information at the HTML level. Example (Hoping this makes sense):
Instead of:
<TD>$Icon</TD><TD>$Name</TD><TD>$Size</TD>
I'm would like:
<TD>$Icon</TD><TD CLASS="$Name">$Size</TD>
P.S. I am using .htaccess and not httpd.conf
Thanks for your time