// This script is essentially a baseline for a short script that styles all elements.
// Note that TR.row2 is not defined. The placeholders (/FILE_TABLE_ROW2 & etc.) are left in for convenience if alternating row colors are desired.
// Note also that /ANCHOR references the file "description.txt". This grabs description.txt from the folder being searched and drops it in after folder anchors.
// description.txt files should be something long these lines:
BLAH BLAH BLAH
/HEAD
/ANCHOR_HEADER
class="header-row" style="border-bottom: 1px solid #808080"
/HEADER_STYLE
class="header-row"
/TABLEHEADER
/ANCHOR_TD
class="anchors"
/FILE_TABLE_ROW2
class="row2"
/FOLDER_TABLE_HEADER
/FOLDER_TABLE_ROW2
class="row2"
/ANCHOR_TABLE_HEADER
/ANCHOR_TABLE_ROW2
class="row2"
/SUMMARY_STYLE
style="font:0.75em Arial, Helvetica, sans-serif;"
/ANCHOR_TABLE_TD
class="centered_td"
/ANCHOR
%%FILEdescription.txt%
// Note: This additional /HEAD section contains code related to the div's
/HEAD
/START
%%DIR
// Alternately, use %%FOLDER (or something else) instead of %%DIR
/BEFORE_ANCHORS
/BETWEEN_FILES_AND_FOLDERS
/END
/FILE_HREF_APPEND
title="%%F" |