yes.  netscape is incredibly anal about tables.
if you miss even one tag, the entire table
will not show... and netscape handles table background
images weird too, so keep that in mind if the table
shows up, but looks like someone vomited all over it.

per your subject header: 
1) it's a netscape problem -- it affects 4.x, not just 6
2) PHP is server-side.  it's not repsonsible for the rendering
  of HTML by each individual browser.  if something looks ok
  in IE and breaks in Netscape, then it's most likely the
  browser's fault, not PHP.  the browser doesn't ever *see*
  the PHP code...  so there's no way that a browser could
  ever have problems *just* with PHP.  

  think about PHP in the same way you'd think about a binary
  CGI application that returned HTML code to the browser,
  or a server-side perl script.  the browser only sees what
  you return to it...


> -----Original Message-----
> From: Jeff Pearson [mailto:[EMAIL PROTECTED]]
> 
> Brandon,
> 
> The <tr> tag at the end of the Billing row is not closed. Ive seen NS choke
> because of that.....
> 
> Jeff Pearson


-- 
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]

Reply via email to