In view source,html code to display a table is present but its not getting rendered

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khadar siddi

    In view source,html code to display a table is present but its not getting rendered

    I have tested this in the following two browsers.

    1.Internet Exolorer
    2.Mozilla FireFox

    In Internet Explorer:
    ------------------------
    When I right click and see the view source...the html code to display the table is presnt..But still the table is not getting displayed.

    In Mozilla FireFox:
    -----------------------------
    The code to display the table itself is not present.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    1- when it looks like your code should show something that isn't there but different browsers render it differently there is almost always an issue with the html code. Use an html validator (validator.w3.o rg)

    2- post the final html code (from view source) and we may be able to help more.

    Comment

    Working...