N
Norman Swartz
I dislike using <sub></sub> in HTML: it affects the line-spacing. I
prefer to use small Unicode characters (viz. "₀" through "₉")
for numerals, "0"-"9". These Unicodes leave the line-spacing unaffected.
These Unicodes display correctly in Firefox 3.6.13 and in Safari 5.0.3.
But they do not display correctly in Internet Explorer IE 8.0.76… In IE,
the browser inserts a blankspace immediately following each of these
characters.
Here is a sample of the problematic HTML code:
if the new law were not <tt>f</tt><b>₁</b>
The style command for "tt" is:
tt
{margin-top:0in;
margin-right:0in;
margin-bottom:10.0pt;
margin-left:0.0in;
line-height:115%;
font-size:11.0pt;
font-family:'Times', serif;
font-style:italic;}
The Doctype is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
And the content-type is:
<meta http-equiv=content-type content="text/html;
charset=utf-8" />
How can I get IE to display the Unicode characters without the unwanted
whitespace?
Thanks.
Norman Swartz <[email protected]>
prefer to use small Unicode characters (viz. "₀" through "₉")
for numerals, "0"-"9". These Unicodes leave the line-spacing unaffected.
These Unicodes display correctly in Firefox 3.6.13 and in Safari 5.0.3.
But they do not display correctly in Internet Explorer IE 8.0.76… In IE,
the browser inserts a blankspace immediately following each of these
characters.
Here is a sample of the problematic HTML code:
if the new law were not <tt>f</tt><b>₁</b>
The style command for "tt" is:
tt
{margin-top:0in;
margin-right:0in;
margin-bottom:10.0pt;
margin-left:0.0in;
line-height:115%;
font-size:11.0pt;
font-family:'Times', serif;
font-style:italic;}
The Doctype is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
And the content-type is:
<meta http-equiv=content-type content="text/html;
charset=utf-8" />
How can I get IE to display the Unicode characters without the unwanted
whitespace?
Thanks.
Norman Swartz <[email protected]>