The CustStyle Style Sheet

Previous Next

See Also

You can use the CustStyle style sheet to include the selectors for customizing the style of the generated web pages with forms. The CustStyle style sheet imports the WRClasses style sheet, which in turn imports the XSLSource style sheet.

Here are the contents of the initial CustStyle style sheet:

@import "WRClasses.css";

@import "Print.css";

body{

}

table{

}

td{

}