Basic Customization > User Interface Customization > Generic UI Customizations > System Banner Alert Message > Displaying the alert message on the top of Windchill UI pages
  
Displaying the alert message on the top of Windchill UI pages
Write the alert message with html format into the following file: <Windchill>\codebase\netmarkets\jsp\util\banner.txt
For example:
<div
style="float:left;
clear: both;
position: absolute;
margin: 2px 170px;
padding: 3px;
border: 1px solid #000;
background-color: #fff;
top: 3px;
color: #006600;
font-weight: bold;
font-size: 12px;
z-index: 1000">

<font face="verdana">
<!-- Banner begins here -->
Windchill server will be down 1/1 for maintenance
<!-- Banner ends here -->
</font>
</div>