Hello friends,
Following is the part html output of my page got from View-source in IE.
The problem is that I gate a big blank gap on the output page from the top until about
10 lines height and only then the table is displayed. As you see I have no <BR> tags
here. Can someone tell me why I get blank space?
Quote :
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="6">
<STRONG>The Whatson database has found the following 15 students :</STRONG>
</td>
</tr>
<tr>
<td width="106"> </td>
<td width="570"> </td>
<td width="30"> </td>
<td width="30"> </td>
<td width="30"> </td>
<td width="34"> </td>
</tr>
<tr>
<td>
Unquote
Thanks
Denis