Well, I just created a simple table in inc_header.asp. Here's the code I'm using, with a few extra lines before and after to help you find it (starting with my line 34):
'## Snitz Communications
'## C/O: Michael Anderson
'## PO Box 200
'## Harpswell, ME 04079
'#################################################################################
%>
<!--#INCLUDE FILE="inc_func_common.asp" -->
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%"> <tr> <td valign="top" width="100%" align="center"> <table border=0 width="95%" cellspacing="0" cellpadding="0" align="center"> <tr> <td bgcolor="#FEFEFE" align="center">
<!-- ---------- Start Banner Code -------------- -->
PUT YOUR BANNER CODE HERE
<!-- ---------- End Banner Code ---------- -->
<hr size=1></td></tr></table></td></tr></table>
<%
if strShowTimer = "1" then
'### start of timer code
Dim StopWatch(19)