Forum Moderators: not2easy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> Page Title </title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<style type="text/css" media="screen">
body {text-align: center; /* might be needed to center the whole table for old IEs */}
table {
width: 99%;
margin: 0 auto;
max-width: 1000px; /* 1200 for you */
min-width: 700px;
/*text-align: left; the contra for the old IE centering trick if you actually want the text aligned left of cells */
border-collapse: collapse;
}
table td {border: 1px solid #777;}
table .mid {width: 700px;}
</style>
</head>
<body>
<table summary="" cellspacing="0">
<colgroup>
<col span="1" class="side">
<col span="1" class="mid">
<col span="1" class="side">
</colgroup>
<tr>
<td>1</td>
<td>700px fixed</td>
<td>1</td>
</tr>
</table>
</body>
</html>
<style type="text/css" media="screen">
table {
width: 99%;
max-width: 1200px;
min-width: 700px;
border-collapse: collapse;
}
table td {border: 1px solid #777;}
table .mid {width: 700px;}
</style>
</head>
<body>
<center>
<div style="max-width:1200px">
<table cellspacing="0">
<colgroup>
<col span="1" class="side">
<col span="1" class="mid">
<col span="1" class="side">
</colgroup>
<tr>
<td background="images/spideyoncan.gif"></td>
<td>700px fixed</td>
<td background="images/spideyoncan.gif"></td>
</tr>
</table>
</div>
</center>