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 |
| Site header logo |
Logo image in the header |
| Site footer text |
Footer text (e.g. copyright statement) |
| Header color |
Background color of the header banner |
| Footer color |
Background color of the footer |
| Footer font color |
Text color of footer text |
| Left column color |
Left column (menu column by default) color |
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 |
| Cell Padding |
Table Cell Padding |
| Border |
Table Border Width |
| Cell Spacing |
Table Cell Spacing |
| Background Color |
Table Background Color |
| 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 |
| Highlight Color |
Color when mouse pointer is on the row |
| Selected Row Color |
Color when row is selected (by mouse click or selected for delete) |
| Edit Mode Color |
Background color for row in edit mode (for Inline-Add/Copy/Edit only) |
| Footer Color |
Background color for footer |
Stylesheet

| Edit stylesheet |
A separate CSS stylesheet will be generated for each project. Click the [Edit stylesheet] button to open CSS editor.
Notes:
- From ASPMaker 5+, all projects use CSS stylesheet. The option of not using CSS stylesheet is deprecated.
- If you have TopStyle (Pro or Lite) installed on your PC, ASPMaker 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) |
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". (v3.0+)
|