PDA

View Full Version : more of an html question ...


Reflex
06-12-2003, 02:06 AM
This is probably more of an html question, but it will eventually contain flash, so here it is:

I am using the code pasted below. What I want to happen is when the user stretches the size of their browser window (in terms of height) the top two tables, 80 pixels high and 30 pixels high respectively, stay stuck together at the top of the page. As you can see though, they seperate and leave white spaces.

Please help if you can, Thanks.
Stephen.

CODE IS BELOW -----------------------------------------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SWI</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#EEEECE" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">
<center>
<table width="760" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td height="80" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#99CC00">
<!--DWLayoutTable-->
<tr>
<td width="760" height="80" valign="top"></td>
</tr>
</table></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="30" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CC0066">
<!--DWLayoutTable-->
<tr>
<td width="760" height="30" valign="top"></td>
</tr>
</table></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="140" height="571" align="center" valign="top" bgcolor="#788CD6"><br>
<br>
About Us<br>
<br>
Integrated Services<br>
<br>
Capabilities<br>
<br>
Experience<br>
<br>
Contact Us</td>
<td width="480" valign="top"> <table width="100%" border="0" cellpadding="8" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="464" height="571" valign="top"> Page Content</td>
</tr>
</table></td>
<td width="140" align="center" valign="top" bgcolor="#788CD6"><br>
<br>
Our New Name<br>
<br>
What's New<br>
<br>
International<br>
Web Sites</td>
</tr>
</table>

</center>
</body>
</html>

Billy T
06-12-2003, 09:20 AM
they stay together for me

mac os x IE 5.2

cheers