Website debugging using Firebug - Part One - howardhanna
Loading...
3,131
Loading...
There is no Interactive Transcript.
Uploader Comments (FreelanceWebDev)
see all
All Comments (5)
-
how do you trouble shoot IE issues? IE wont run FIREBUG
-
sometimes that same looking problem can be from a DIV float not being cleared too
-
hey Chris the video was informative in the sense that it taught me how to use firebug for debugging, but my website is completely discombobulated in Internet Explorer and I have no clue where to start looking for things that are coded wrong. I've looked it over hundreds of times if not more and I still cannot find the piece of code that is causing it to display the was it does in IE. It shows fine in Firefox. If you could look it over I would greatly appreciate it. The site is jakubredziniak com
-
Really a good sample to introduce how firebug works !
Looking forward to your new videos.
Loading...
Hi EuphoricRender
I found your problem in IE. You have a misplaced HTML comment in the head section of your web page. It looks like this <!--
The line looks like this <!--body, td, th
The comment needs to be removed.
Hope this helps.
Chris
FreelanceWebDev 11 months ago