Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mikeho1980 Friend
    #117529

    If your website is UTF-8 encoded, when using IE to browse, a blank page will show on viewing static content.

    To solve it simply change

    <?php mosShowHead(); ?>
    <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    <meta http-equiv="Content-Style-Type" content="text/css" />

    to following:

    <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <?php mosShowHead(); ?>

    Hung Dinh Friend
    #211405

    Thank you for sharing mikeho1980!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Hung Dinh 18 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum