I was creating a template and after I rebuilt the template I got an empty page. I looked at the source and all I could see was
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15"></HEAD>
<BODY></BODY></HTML>
I started from scratch adding sections to the template, and the following line is what caused the error.
<body onload="MM_preloadImages('../images/about_on.gif','../images/tips_on.gif','../images/advertise_on.gif','../images/contact_on.gif','../images/1news_on.gif','../images/2school_on.gif','../images/3police_on.gif','../images/5buzz_on.gif')">
Any suggestions?