HTML Settings

General

Title Title displayed on all the ASP.NET 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:

  1. From ASP.NET Maker 3+, all projects use CSS stylesheet. The option of not using CSS stylesheet is deprecated.
  2. If you have TopStyle (Pro or Lite) installed on your PC, ASP.NET Maker will use it automatically.

When you edit the CSS styles in the editor, note the follows:

  1. 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.

  2. 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.

  3. 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
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 in-line edit only)
Footer Color Background color for footer
Pager Color Background color for pager (GridView NextPrev and GridView NumericPage Only)
You can see the effect of new settings immediately in the preview window at the bottom of the HTML tab.

You can choose CSS font-size values. If you choose CSS font-size values, all font style will be specified in CSS. The setting will also apply to the form elements to provide consistent look of the pages.

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

 

 

 ©2004-2007 e.World Technology Ltd. All rights reserved.