Purpose:
To explain, to those interested, the underlying design philosophy for these help pages.

The original, self imposed, design objectives were (and still are):
So what did I do?

The above requirements, plus some recent exposure to Eric Meyers' books on CSS led me to the current design.

A single Style Sheet, (which you can see at this site as "/css/wd.css") is used to provide all the fonts, colors, positioning, etc.. This eliminates an enormous amount of clutter, and makes the content very easy to see in any editor. While there are a number of tags in the style sheet to deal with the bare page, there are only a very few needed for the content portion; primarily <p>, <ul>, and <h5>.

The common page header stuff is provided through a pair of "server-side include" (SSI) files (which you can see at this site as "/ssi-topOfPage.shtml" and "/ssi-header.shtml"). These files are added to the main page by the web server whenever a user clicks on a link to view it. This insures that only a single page header exists for all pages and that any changes to it will be seen on all new page requests immediately after they are made. Use of SSI requires that the files have a "shtml" type rather than the more usual "HTML".

Adding a new page to the wdhelp site