
UltraApps Portal is very easy to customize for your needs.
CCS Styles (Cascading Style Sheets)
This application relies extensively on CSS style sheets for formatting and styling the application.
You may easily change the elements of the CSS files and the application will get updated
respectively.
There are various CSS files included with the Portal, each containing styles for different pages and
page sections.
Following are the usual styles defined within the CSS files:
Style |
Description |
PageBODY |
Used for the BODY element throughout the application. |
FormTABLE |
Used for the TABLE element of the grid. |
FormHeaderTD |
Used for the heading cell on the grid. |
FormHeaderFONT |
Used for the heading on the grid. |
FieldCaptionTD |
Used for the caption/label cell on the grid. |
FieldCaptionFONT |
Used for the caption/label on the grid. |
DataTD |
Used for the cell that will hold data on the grid. |
DataFONT |
Used for the data item on the grid. |
ColumnTD |
Used for the column heading cell on the grid. |
CoulmnFONT |
Used for the column heading on the grid. |
RecordSeparatorTD |
Used for the cell that separates records on the grid. |
HTML Templates

In order to facilitate clear separation of design and code, we have taken the approach to provide templates for each page. Therefore, for each ASP page that is displayed in the browser, you can find the corresponding HTML page containing the layout and content of the page. When page is requested, appropriate program opens the HTML template and replaces special tags in it with the actual database content. For example the main page Default.asp uses the HTML template file called Default.html to output the page. You can without any knowledge of ASP edit these HTML template files to customize the Portal to suit your needs. In fact, to perform such customizations you may use almost any web editing tool like MS FrontPage, Adobe GoLive, or Macromedia DreamWeaver.