What is that warning box in the HTML code all about?
The template is designed to work in css compliant browsers. Older browsers such as Netscape 4.7 will display all the information but does not use the css. The warning box contains text that advises users of older browsers that they should consider updating their browsers. The warning box is made invisible to css-compliant browsers by setting the background color and border of the warning box to #ffffff in the HTML code, and/or by using a “display:none” style attribute in the div tag for the warning.