Re: [PHP] mysterious f character appearing. Why??

2009-07-10 Thread kranthi
I faced the same problem many times. The reason turned out to be an additional character outside /td tags. HTML formating software like Dreamweaver, HTML Tidy, Notepad++ will be helpful in these cases. Above all use HTML Validatior extension for firefox. Any ways this question has got nothing to

Re: [PHP] mysterious f character appearing. Why??

2009-07-09 Thread Phpster
On Jul 9, 2009, at 5:50 PM, Govinda govinda.webdnat...@gmail.com wrote: The atmosphere is weird now so you all may think I am out there. . but this is a sincere question- (and not due to dumb oversight of my HTML code) I have a mysterious f character (Yes, just the letter f )

RE: [PHP] mysterious f character appearing. Why??

2009-07-09 Thread HallMarc Websites
-Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Thursday, July 09, 2009 5:51 PM To: PHP-General List Subject: [PHP] mysterious f character appearing. Why?? The atmosphere is weird now so you all may think I am out there. . but this is a sincere

Re: [PHP] mysterious f character appearing. Why??

2009-07-09 Thread Eric Wood
Govinda wrote: I have a mysterious f character (Yes, just the letter f ) appearing in my HTML between these two seemingly benign HTMl tags: On same computer, do a view source in other browsers too - IE, Chrome, Safari etc. F still there? There could be a FireFox addon module

Re: [PHP] mysterious f character appearing. Why??

2009-07-09 Thread Shawn McKenzie
Phpster wrote: On Jul 9, 2009, at 5:50 PM, Govinda govinda.webdnat...@gmail.com wrote: The atmosphere is weird now so you all may think I am out there. . but this is a sincere question- (and not due to dumb oversight of my HTML code) I have a mysterious f character (Yes, just the

RE: [PHP] mysterious f character appearing. Why??

2009-07-09 Thread HallMarc Websites
-Original Message- From: Eric Wood [mailto:e...@interplas.com] Sent: Thursday, July 09, 2009 9:17 PM To: php-general@lists.php.net Subject: Re: [PHP] mysterious f character appearing. Why?? Govinda wrote: I have a mysterious f character (Yes, just the letter f

Re: [PHP] mysterious f character appearing. Why??

2009-07-09 Thread Govinda
problem was solved, it was just a simple typo and sometimes all it takes is a fresh pair of eyes. The confusing part comes in when it prints to the screen and your mind looks in that area of the code and finds nothing because it actually somewhere else and because it is outside of a tag the

Re: [PHP] mysterious f character appearing. Why??

2009-07-09 Thread Michael A. Peters
HallMarc Websites wrote: problem was solved, it was just a simple typo and sometimes all it takes is a fresh pair of eyes. The confusing part comes in when it prints to the screen and your mind looks in that area of the code and finds nothing LOL - I wanted to display generated XML on