I started at this company about a month ago and I’ve been trying to clean up their website. It’s a real mess. My boss uses IE but I was using Chrome, just kind of running and gunning. The headline underneath the jQuery slider that reads: “World-Class Mechanical Engineers & Contractors – in Central PA” goes to the far left hand side of the <td>, but the other h1 doesn’t. I want the site to render the same in Chrome as it does in IE, but the way that it looks in Chrome is what I want. In Chrome, the h1 pulls in 40px to the right, to indent it out. What am I missing, here?
I started at this company about a month ago and I’ve been trying to
Share
You have invalid markup. Notice how on the second line of the snippet below has a table element with the h1 as a child.
Also if you open developer tools in IE (F12), you will notice that it freaks out in that area (for me it shows a <> child, which is impossible)