HTML Settings
General

| Title |
Title displayed on all the ASP pages |
| Charset |
Charset setting (not specified if not entered) |
| Font |
Default text font (not specified if not entered) |
| Size |
Default text size |
| Edit stylesheet |
A separate CSS stylesheet will be generated for each project. Click the [Edit stylesheet] button to open CSS editor.
Notes:
- All projects use CSS stylesheet.
- If you have TopStyle (Pro or Lite) installed on your PC, ASP.NET Report Maker will use it automatically.
When you edit the CSS styles in the editor, note the follows:
- DO NOT MODIFY the system styles section, it is generated by the system,
your modifications will be overwritten. If you want to change the stylesheet
template, modify the ew.css in the "src" subfolder under the installed
directory. Only modify the ew.css if you have the necessary knowledges in
CSS.
- DO NOT REMOVE THE FOLLOWING COMMENTS:
BEGIN_USER_STYLES
END_USER_STYLES
You MUST write your styles between these two comment lines, styles
outside this user styles section will be discarded.
- If you want to override the system styles, you can copy the styles to the
User Styles Section, or you can use a separate user stylesheet.
|
| User Stylesheet |
Linking to external user stylesheet (will be copied across during
generation) |
Body

| Background Color |
Background Color (<body> tag bgcolor= property) |
| Text Color |
Text Color (<body> tag text= property) |
| Link Color |
Normal HyperLink Color (<body> tag link= property) |
| Visited Link Color |
Visited HyperLink Color (<body> tag vlink= property) |
| Active Link Color |
Active HyperLink Color (<body> tag alink= property) |
| Left Margin |
Body Left Margin (<body> tag leftmargin= property) |
| Top Margin |
Body Top Margin (<body> tag topmargin= property) |
Table

| Width |
Table Width (<table> tag width= property) |
| Cell Padding |
Table Cell Padding (<table> tag cellpadding= property) |
| Border |
Table Border Width (<table> tag border= property) |
| Cell Spacing |
Table Cell Spacing (<table> tag cellspacing= property) |
| Background Color |
Table Background Color (<table> tag bgcolor= property) |
| Header Color |
Background Color for heading (field caption) cells |
| Header Font Color |
Color for heading (field caption) texts |
| Row Color |
First alternate row color |
| Alt. Row Color |
Second alternate row color |
Colors (Report)

| Grouping Levels (1-4) |
Color of the grouping levels |
| Column Heading (Crosstab) |
Color of the column heading in Crosstab report |
| Page Summary |
Color of page summary (summary of records in the current page) |
| Grand Summary |
Color of grand summary (summary of all records) |
You can see the effect of new settings immediately in the preview window
at the bottom of the HTML tab.

Other than choosing color from the palettes, the color picker can also
pick color directly from screen using the "eyedropper".
|