Brandon, might I suggest that you start using the HTML Validator at
www.w3.org if you intend to write HTML that is viewable in Netscape 6.x. As
pointed out by many others, Netscape 6 is a browser which does things
according to W3C specs (mostly... a lot better than most other browsers
anyway) and you are quite clearly not aware of what those specs are.
I tried validating your HTML shown below. It is not even close to being
valid HTML 4.01 Transitional, which is the loosest standard anyone should
aim for at the moment (for the general progression of the WWW as a unity).
Try the validator. It really is quite nice, and it *will* teach you how to
write compliant HTML.
Regards,
Jakob Kruse
"Brandon Orther" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This is the HTML that is returned by PHP. Does anyone know why Netscape
> Would have problems viewing it?
>
>
> <html>
> <head>
> <title>Control Maestro Menu System</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <link rel="stylesheet" href="menu.css" type="text/css">
> </head>
> <body bgcolor="#FFFFFF" text="#000000" MARGINWIDTH=0 LEFTMARGIN=0
> MARGINHEIGHT=0 TOPMARGIN=0 background="../html/gray-background.gif"><table
> width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td valign="top">
> <table width="100%" border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td width="1%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Web%20Mail"><img src="closed.gif" border="0">
> </a> </font></td>
> <td width="99%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Web%20Mail">Web
> Mail</a></font></td>
> <tr>
> <td background="divide.gif"><img src="divide.gif"></td>
> <td background="divide.gif"><img src="divide.gif"></td>
> </tr>
> <tr>
> <td width="1%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Account%20Managment"><img src="closed.gif" border="0">
> </a> </font></td>
> <td width="99%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Account%20Managment">Account
> Managment</a></font></td>
> <tr>
> <td background="divide.gif"><img src="divide.gif"></td>
> <td background="divide.gif"><img src="divide.gif"></td>
> </tr>
> <tr>
> <td width="1%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Support"><img src="closed.gif" border="0">
> </a> </font></td>
> <td width="99%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Support">Support</a></font></td>
> <tr>
> <td background="divide.gif"><img src="divide.gif"></td>
> <td background="divide.gif"><img src="divide.gif"></td>
> </tr>
> <tr>
> <td width="1%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Billing"><img src="closed.gif" border="0">
> </a> </font></td>
> <td width="99%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Billing">Billing</a></font></td>
> <tr>
> <td background="divide.gif"><img src="divide.gif"></td>
> <td background="divide.gif"><img src="divide.gif"></td>
> </tr>
> <tr>
> <td width="1%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Domain%20Managment"><img src="closed.gif" border="0">
> </a> </font></td>
> <td width="99%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Domain%20Managment">Domain
> Managment</a></font></td>
> <tr>
> <td background="divide.gif"><img src="divide.gif"></td>
> <td background="divide.gif"><img src="divide.gif"></td>
> </tr>
> <tr>
> <td width="1%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Business%20Center"><img src="closed.gif" border="0">
> </a> </font></td>
> <td width="99%" height="15" valign="middle"><font class="text">
<a
> href="menu.php?open=Business%20Center">Business
> Center</a></font></td>
> <tr>
> <td background="divide.gif"><img src="divide.gif"></td>
> <td background="divide.gif"><img src="divide.gif"></td>
> </tr>
> </table>
> </td>
> <td background="menu_edge.gif" width="8"><img
> src="menu_edge.gif"></td></tr></table>
> </body>
> </html>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]