Firefox insists that the table display style is “block” when it's not

mi9s

New Member
I have a table, it looks wrong, so I inspect the element and see that the inline style display = "block". So I go to the HTML, and the inline style doesn't say display: block, it doesn't have anything defined for display. I put an inline style "display: table" and refresh the page, and the inspect element utility still says that it's "display: block". If I inspect the element, it says "display: block", but if I right-click on the page and go "view page source", I see the inline style saying "display: table". Has anyone seen anything like this?
 
Top