<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
<%@ Register TagPrefix="uc0" TagName="tigerheader" Src="tigerheader23.ascx" %>
<%@ Register TagPrefix="uc0" TagName="tigerside" Src="tigerside.ascx" %>
<html xmlns="
<head>
<link rel="stylesheet" href="maintigercss.css" type="text/css" />
<script language="JavaScript" type="text/javascript">
<!--
dayName = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"

monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"

now = new Date
//-->
</script>
</head>
<body bgcolor="#aead99">
<table width="750" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="750" colspan="2"><uc0:tigerheader id="UserControl1" runat="server"></uc0:tigerheader></td>
</tr>
<tr>
<td width="150" bgcolor="#b71000"><uc0:tigerside id="UserControl2" runat="server"></uc0:tigerside></td>
<td width="600" bgcolor="white" valign="top"><div align="center"><h3>Welcome to Tiger Eye Sports</h3></div>
<script type="text/javascript">
<!--
document.write("Today is " + dayName[now.getDay()] + "," + monName[now.getMonth()] + " " + now.getDate() + "."

// -->
</script>
</td>
</tr>
</table>
</body>
</html>
the above is the code i have showing in my html-kit editor and notepad both. when i view the file at the server with my ftp program, this is it.
but when i view source of the file displayed on the web, i get that stuff with 2 head tags, etc.
i tried deleting the file at the server. when i did, the page became blank when trying to access on the web. i then replaced that file, figuring i may have corrected the situation. but i am truly lost here.
tyvm.