Guest_imported
New member
- Jan 1, 1970
- 0
Thsi code will not display borders in netscape 6.1
<html>
<head>
<meta http-equiv="Content-Language" content="en-au">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>This</title>
</head>
<body>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="200">
<tr>
<td style="border: 2 solid #000080" align="center">This</td>
<td style="border: 2 solid #000080" align="center">is</td>
</tr>
<tr>
<td style="border: 2 solid #000080" align="center">a</td>
<td style="border: 2 solid #000080" align="center">test</td>
</tr>
</table>
</center>
</div>
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-au">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>This</title>
</head>
<body>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="200">
<tr>
<td style="border: 2 solid #000080" align="center">This</td>
<td style="border: 2 solid #000080" align="center">is</td>
</tr>
<tr>
<td style="border: 2 solid #000080" align="center">a</td>
<td style="border: 2 solid #000080" align="center">test</td>
</tr>
</table>
</center>
</div>
</body>
</html>