Place your images as background of your cells instead of inserting an image in these cells !
It should work better
More of it, your table has no begining :/
You don't use the opening tag table !
Try it, it should be better
Code:
<table id="header" border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<TR>
<TD valign="top" align="left"background="theneighborhoodpub_fichiers/head_left.gif" width="425" height="120" border=0> </TD>
<TD valign="bottom" align="right" background="theneighborhoodpub_fichiers/head_right.gif"> </TD>
</TR>
</TABLE>
And place this after this in your template !
Code:
<SCRIPT type=text/javascript>
<!--
function log_out()
{
ht = document.getElementsByTagName("html");
ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
if (confirm('Are you sure you want to log out?'))
{
return true;
}
else
{
ht[0].style.filter = "";
return false;
}
}
//-->
</SCRIPT>