Re: [PHP] table porblem in netscape!!

2002-06-18 Thread Kevin Stone

Need's whitespace..
tdnbsp;/td
td#160;/td

- Original Message -
From: Anil Garg [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 18, 2002 3:34 PM
Subject: [PHP] table porblem in netscape!!


 I have made a table as shown below..
 But when i open it in netscape in shows some blank space where i have used
 td tag.
 Can anyone plz help me with this!!
 -
table bgcolor=?pv($top_color)?cellpadding=0 cellspacing=0  height=25
 width=100%
 tr
  td class=tnav width=0 align=LEFT
 nbsp;b?pv($edition)?/b
 /td
  td class=tnav nowrap
  /td
  td class=tnav align=right nowrap
   Welcome ?=$PHP_AUTH_USER?!
   nbsp;nbsp;nbsp;
  /td
 /tr
/table
 
 thanks
 anil


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] table porblem in netscape!!

2002-06-18 Thread John Holmes

Netscape tends to enforce html standards, while IE is lax and lets
things go.

You td has to have something in it for it to be displayed.

tdnbsp;/td

The code is for a non-breaking space. I remember a long time ago having
this problem and I would put a period with the font color switched to
match the background...heh... You ever look at your old code and realize
how funny it is... ??

---John Holmes...

 -Original Message-
 From: Anil Garg [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 18, 2002 5:35 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] table porblem in netscape!!
 
 I have made a table as shown below..
 But when i open it in netscape in shows some blank space where i have
used
 td tag.
 Can anyone plz help me with this!!
 -
table bgcolor=?pv($top_color)?cellpadding=0 cellspacing=0
height=25
 width=100%
 tr
  td class=tnav width=0 align=LEFT
 nbsp;b?pv($edition)?/b
 /td
  td class=tnav nowrap
  /td
  td class=tnav align=right nowrap
   Welcome ?=$PHP_AUTH_USER?!
   nbsp;nbsp;nbsp;
  /td
 /tr
/table
 
 thanks
 anil
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] table porblem in netscape!!

2002-06-18 Thread Peter

this will work a treat 4 ya...

 td class=tnav nowrap nbsp;
  /td

Cheers


 -Original Message-
 From: Anil Garg [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, June 18, 2002 5:35 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP] table porblem in netscape!!
 
 I have made a table as shown below..
 But when i open it in netscape in shows some blank space where i have
used
 td tag.
 Can anyone plz help me with this!!
 -
table bgcolor=?pv($top_color)?cellpadding=0 cellspacing=0
height=25
 width=100%
 tr
  td class=tnav width=0 align=LEFT
 nbsp;b?pv($edition)?/b
 /td
  td class=tnav nowrap
  /td
  td class=tnav align=right nowrap
   Welcome ?=$PHP_AUTH_USER?!
   nbsp;nbsp;nbsp;
  /td
 /tr
/table
 
 thanks
 anil
 
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php