The CustStyle style sheet

Previous Next

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{
}

 

 

See Also

Cascading Style Sheets