ok, here's the code! there are two rows with images in them...one is the top title, the bottom is a jpg image.
the body of the page is a new table (i haven't included it here)
thank you so much for taking the time to look at this!
(i'm commenting it out in case it appears as html instead of code!)
<!-- <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"
<html xmlns="
xml:lang="en" lang="en">
<head>
<title>
Welcome
</title>
<link rel="stylesheet" href="includes/stylesheet.css" />
</head>
<!-- this is the header top image -->
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff">
<!-- table for top section of page starts -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" valign="top" background="images/stripesback.gif">
<tr>
<td width="776" valign="top" background="images/stripes.gif" cellpadding="0" cellspacing="0"><a name="top"></a><img src="images/headertop.gif" height="44" width="776" border="0">
</td>
<td width="100%" height="44" background="images/stripes.gif" valign="top"></td>
</tr>
<!--this row holds the bottom header image -->
<tr>
<td valign="top" height="115" class="headerbottom" cellpadding="0" cellspacing="0" width="780"><img src="images/headerbottom.jpg" width="780" height="115" border="0" alt="Welcome"></td>
<td valign="top" height="115" background="images/treeback.jpg" class="headerbottom" cellpadding="0" cellspacing="0" width="100%"></td></tr>
</table> -->