O
OhioTech
Word 2002, XP home edition.
When I save a Word doc to HTML filtered, it generates CSS in each paragraph:
<span style='font-size:10.pt;>
which seems to be an absolute value.
When the user (IE browser) does View/Change text size, nothing happens.
If I remove the "span style='font-size:10.pt", the View/Change text size
works OK.
Isn't there a better way for Word?
(a) don't specify an absolute value
(b) for majority of content, put the specs in the <STYLE> element instead of
repeating the same info in STYLE attributes.
Do newer Word versions act any better?
When I save a Word doc to HTML filtered, it generates CSS in each paragraph:
<span style='font-size:10.pt;>
which seems to be an absolute value.
When the user (IE browser) does View/Change text size, nothing happens.
If I remove the "span style='font-size:10.pt", the View/Change text size
works OK.
Isn't there a better way for Word?
(a) don't specify an absolute value
(b) for majority of content, put the specs in the <STYLE> element instead of
repeating the same info in STYLE attributes.
Do newer Word versions act any better?