Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Hiding h1 in IE Using display:none or text-indent Re: [Solved] Hiding h1 in IE Using display:none or text-indent

#64259

It appears that your opening "wrapper" div tag is missing the closing bracket. In your header.php:

Code:

Should be:

Code:

That may or may not fix your problem in IE, but it should certainly be a start, and will definitely fix the validation error! :)