bordercolor = "colordef"
default: "green" (ns4comp only)

The bordercolor command provides a way to create a colored border around the chess board when using ns4comp mode. Unfortunately, NS4 does not understand CSS border attributes. In order to create NS4 compliant pages, you must set ns4comp to on. You will then get a border in all browsers, but only IE4 and greater will also be able to provide a color for its border. IE4+ uses the bordercolor for this purpose. Palview will write an inline attribute directly into the HTM file for the bordercolor like this:

<TABLE BORDERCOLOR='colordef' ...>

The 'colordef' can be a named color that is understood by the browser, or it can be specified as an RGB in 24-bit hexadecimal, such as "#FFFFF9".