Viewing 5 replies - 1 through 5 (of 5 total)
  • strange behavior indeed – if you do a “view source” the info is there
    I would deactivate all plugins and test

    Thread Starter tripfinder

    (@tripfinder)

    Samuel:

    I followed your suggestion but yet NO LUCK!!!

    Thanks for the suggestion!

    With Thanks!
    Sam

    Your problem is at this line:
    <!-- script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
    Remove it and your post will appear.

    Person:

    Your suggestion worked like a charm!! Thank you so much buddy!!

    Could you please put some light what is the problem in the mentioned line? Is it the way I comment? If yes, how the article text are appearing in the all the prominent browser except FF on PC and Safari on Mac? I am curious to know…

    With Thanks!
    Sam

    The problem is that commented lines in HTML need to be closed as so:
    <!-- this is a comment -->
    In your case, you opened the comment and never closed it. This means that the browser continued to hide code until it could find the relevant closing sequence. When you have lots of opening and closing comment lines within each other, things can get confusing. Firefox and Safari use different layout engines than Internet Explorer, so they interpreted the code structure differently, and the result was as you saw. You can always view the source through the browser to see how it gets handled, or use a debugging program like Firefox’s Firebug to discover the errors or mistakes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress 3.0 Firefox / Safari Problem — About Published Content’ is closed to new replies.