views:

82

answers:

1

Here's the screenshot of my firebug installed in updated firefox. I've noticed that the firebug shows hidden nested tag in the html tab. I don't know what causes this to happen...alt text

Anyone?..Please help....Thanks...

And here's the html mark-up..alt text

+3  A: 

You most likely have invalid markup which may include extraneous opening tags or extraneous closing tags. Pay attention to inline elements that may contain block levels, which isn't allowed.

I would validate your HTML because the width attribute is an indication that the markup isn't the best it could be.

meder
the add-on html validator of firefox doesn't show any warning or error on html...
Trez
Please validate using the real service and tell us if there are warnings/errors. Otherwise you're wasting time.
meder
@meder: Thank you for your suggestion... I tried to validate in W3C validator and i got some errors..now i'm fixing it..and have a good news <strong> tags reduced as the errors get corrected. Thank you...
Trez