/* Simple Table.dax Copyright (c) Firetongue Software, 1997-2006 */ DAX_VERSION = 2; SORTBY1["Sorting field 1"] : field = artistsort; SORTBY2["Sorting field 2"] : field = title; SORTBY3["Sorting field 3"] : field = year; BGCOLOR ["Background color"] : color = #FFFFFF; TEXTCOLOR ["Normal text color"] : color = #000000; LINKCOLOR ["Link color"] : color = #0000FF; VLINKCOLOR ["Visited link color"] : color = #800080; TEXTFONT ["Normal font"] : font = "x-small Verdana"; HEADERFONT ["Header font"] : font = "medium Verdana"; ::start/web
Artist | Title | Year | Time | Album kind |