• creativemind1

    (@creativemind1)


    Hello,

    I have posted Standard HTML articles in all the WordPress domains. There is some strange thing happening which is bewildering me what exactly is the problem.The Standard HTML Article works good for Mozilla but the articles are getting viewed like a garbage for other browsers like Google Chrome & Internet Explorer. Why is it showing like that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • WPyogi

    (@wpyogi)

    Not sure what you mean by “in all the WordPress domains” or what you are posting. Can you post a link to an example? Often browser inconsistencies are due to coding errors, so you could start by validating your pages.

    Thread Starter creativemind1

    (@creativemind1)

    Well, actually the problem is of Font.

    I have used the font ‘Symbol’ for some of my websites. The problem is they are working fine in Mozilla and showing un-readable (garbage like) in other browsers like Internet Explorer & Chrome. (Change the title to WP Not Accepting ‘Symbol’ Font in other browsers)

    ronnieg

    (@ronnieg)

    It would help if you post a segment of the article that includes your code for setting the symbol font, some text, and closing the symbol font text section. Use backticks (/code button above) ie:

    <span style="font-family:symbol,'Standard Symbols L';">
    Σ
    </span>

    or another way:

    <font-face="Symbol">
    §¨©ª
    </font>

    Some browsers may like one method over the other, so you may need to try both to see what is most compatible with all browsers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTML Articles are fine for one browser and garbage for others’ is closed to new replies.