• Hey! This is probably a massively asked thing but ive trolled the forums and I cant find any specific thing that works.

    My website works fine in FF and Chrome, but in IE it only displays the background texture.

    Bare in mind I dont know any webdevelopment, im crawling through the php and css stuff to slowly make this work..

    Website is http://www.gauji.com

    I am not sure how the validation works but as far as I know the css is fine but when i try and validate http://www.gauji.com I get errors saying they can not validate because they dont understand “None”

    my brain is melting. Is there anything or anyone out there that can help ? 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sjuskadur

    (@sjuskadur)

    This is what i get when I try and validate the webpage

    A fatal error occurred when attempting to decode response body from http://gauji.com/. Either we do not support the content encoding specified (“none”), or an error occurred while decoding it.
    The error was: Don’t know how to decode Content-Encoding ‘none’

    Honestly I have no idea what is going on.

    Thread Starter sjuskadur

    (@sjuskadur)

    CSS has been validated and all errors and warnings fixed. Still no response from I.E.

    here is a link to the .css if anyone is willing to help :I

    http://gauji.com/wp-content/themes/cascade/style.css

    <3

    Open your header.php file and add this line directly under the <head> part of it:

    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />

    and see if that fixes it

    .. side note, this could happen if there are “unsupported characters” on your site, which it looks like there are.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress Site not working in IE and a validation problem.’ is closed to new replies.