FileTrack: Example #3

To view the applet tags in use on this page, right click inside this frame and choose View Source

Here we've supplied a different BgColor and removed the FocusBgColor. The 3DButtons parameter is set to 'yes', so the focused entry gets a 3D button-style appearance that's the same color as the background. We've also set 3DBorder to 'yes', so the entire applet gains a raised look.

ShowURL is set to no, so only the file's size and modification date (or [unknown]) are shown with the text. Each entry also has its own TextColor parameter so the DefaultTextColor is never used. We've set BoldText to 'no', so the contents of the Text parameters is displayed using the same font as everything else.

The example below is identical, but we've removed all of the Text parameters and reinstated ShowURL.