http://tonguetied.t35.com/index.htmI did change the code from one of the CSS Properties to 'background position: center center'. Again, it changed things in Dreamweaver, but nothing changed on t35. The good thing is I managed to fix the background pic so it is no longer cut in half.
If it helps, here's the code I have:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Home</title>
<style type="text/css">
<!--
body {
background-image: url(Qip%20-%20colored.jpg);
background-color: #19181E;
margin-left: 0in;
margin-right: 0in;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
}
back {
background-attachment: fixed;
background-color: #19181E;
background-image: url(Qip%20-%20colored.jpg);
background-repeat: no-repeat;
background-position: center center;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
<div align="center">
<table width="592" height="697">
<tr>
<td colspan="7" align="center" valign="top"><p>This site is under construction</p>
<p>Last Updated: 19-Nov-2008</p></td>
</tr>
</table>
</div>
</body>
</html>