Forum Moderators: open
Here is the simple code, any suggestions?
Thanks!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Table Test
</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
<table cellspacing="2" cellpadding="4" border="1" width="25%">
<tr>
<td>
R1C1
</td>
<td>
R1C2
</td>
</tr>
<tr>
<td>
R2C1
</td>
<td>
R2C2
</td>
</tr>
</table>
</body>
</html>
Thanks for your reply. The code as posted does not work for me. I'm running Win98SE on a PC and maybe that compounds the issue. The code looks fine in NS4 and NS6.
Thanks.
SolarMike
Thanks