header.html:
Code:
<table border="0" cellspacing="0" id="AutoNumber1" bgcolor="#FFFFFF" height="111" cellpadding="0" width="100%">
<tr>
<td width="800" height="170" valign="top" colspan="3" background="themes/iPhoenix/images/top_bg.gif">
<p align="center">
[img]themes/iPhoenix/images/complogo_ip4.bmp[/img]
</td>
</tr>
<tr>
<td width="25%" height="19" background="themes/iPhoenix/images/bg1.gif">
<p align="left"><font class="content" face="Times New Roman">$theuser</font></td>
<td width="50%" height="19" background="themes/iPhoenix/images/bg1.gif">
<p align="center"><font color="#333333" face="Times New Roman">Home |
Products | Services | About | Contact | Support | Affiliates</font></td>
<td width="25%" height="19" background="themes/iPhoenix/images/bg1.gif">
<p align="right"> <font class="smalltext" color="#0000000" size="1">
<SCRIPT language="javascript"> todaysDate = new Date(); dayarray = new
Array("Sunday", "Monday", "Tuesday", "Wedsnesday", "Thursday", "Friday",
"Sat"); montharray = new Array("January", "February", "March", "April",
"May", "June", "July", "August", "September", "October", "November", "December");
document.write(dayarray[todaysDate.getDay()] + ", " +
montharray[todaysDate.getMonth()] + " " + todaysDate.getDate() + ", "); if
(todaysDate.getYear()
<1000){ document.write(todaysDate.getYear() + 1900); } else { document.write(todaysDate.getYear());
} </script>
</font></td>
</tr>
<tr>
<td width="800" height="13" valign="top" colspan="3" background="themes/iPhoenix/images/bg-horiz-gradient.gif">
<p style="margin-top: 0; margin-bottom: 0">
[img]themes/iPhoenix/images/bg-horiz-gradient.gif[/img]</p>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF">[img]themes/fisubsilver/images/7px.gif[/img]</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg[img]themes/NukeNews/images/pixel.gif[/img]</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="1" background="themes/iPhoenix/images/7px.gif">
</table>
Edited by coldblooded (please use the code tag).