Q. Can the lines in the Grid Questions be changed to different colors?
A. There is no SurveyWriter function to change the color of the grid lines. You can use STYLE sheet tags to change the border colors for a particular question by inserting the following code into the
Custom Scripting area of the Modify Options menu.
<style>
TABLE {Border-Color : red;}
TD {Border-Color : red;}
</style>
Change the color from red to the color you require. The TABLE style
effects the border around the entire table. The TD style effects the borders around each cell. The border colors render with
shading, which can impart a peculiar look to the colors. Adjust the Grid Line
Size to change the hue and shading of the grid lines.
Grid Line Size options can also be found on the Modify Options menu.
To have these colors take effect for all Grids, place this style sheet in the Page
Scripts window. This window is found in the Survey Options menu.