Word saved HTML code

Note that for those HTML page saved from Microsoft Word may not be shown correctly in Firefox , safari etc., even they seem to be alright under Internet Explorer .

One case is that I have a “tick” in a table of a word document , I generate a HTML file from it . Then when I check it in firefox or safari , the tick becomes a “P” in the exact place of the “tick” .
tick1.JPG
The fact is : In IE , it can well recognize the letter “P” in Wingdings 2 as a “tick” , but it’s not the case in other web browser

So the fix will be replace all “P” in the HTML page with the numeric code without setting fontface as ” Wingdings 2″ :

tick2.JPG

In HTML code , the changes will be from :

tick4.JPG
to
tick51.JPG

The final output will become the same in all browsers:

tick3.JPG

More reference on Web ASCII Numeric Code , see here

You may also like...