|
|
|
date: Sun, 18 May 2008 14:10:42 GMT,
group: microsoft.public.word.spelling.grammar
back
Re: Small caps function switched off
On Sun, 18 May 2008 14:10:42 GMT, R.vanAlbada2@chello.nl (Rob van Albada) wrote:
>Hi,
>
>When I want to apply small-caps to a given word, I get the following
>response from Word-2007:
>
>This function has been switched off becuse this function is not
>compatible with MS IE 4.0 and Netscape Navigator 4.0.
>
>Both these programs are totally irrelevant for the file which I am
>writing.
>
>The file is a 6 MB HTML-file.
>
>I need small caps in plant names (author, like in Gigantochloa apus
>Kurz. - Gigantochloa and apus are both italic, Kurz, the author, has
>to be small caps) .
>
>How can I restore the ability of the program to use small caps without
>converting to another file format (there are technical reasons why i
>prefer - need - HTML).
>
>Kind regard,
>
>Rob.
>
Go to Office button > Word Options > Advanced and click the Web Options button
at the bottom of the scrolling dialog. In the Web Options, either uncheck the
"Disable features not supported in these browsers" or pick a later browser
version that does support small caps.
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
date: Sun, 18 May 2008 10:41:48 -0400
author: Jay Freedman
Re: Small caps function switched off
Rob van Albada wrote in
> Hi,
>
> When I want to apply small-caps to a given word, I get the following
> response from Word-2007:
>
> This function has been switched off becuse this function is not
> compatible with MS IE 4.0 and Netscape Navigator 4.0.
>
> Both these programs are totally irrelevant for the file which I am
> writing.
It's not Word's decision, unfortunately. HTML operates to a set of protocols
that don't include small caps so Word can't do HTML with small caps :(
Have you tried using a typeface that has small caps as part of the font -
Bank Gothic, Copperplate Gothic, Palatin Small Caps ...
Or you could put some html styling in - example below:
Have a look at "View > HTML Source. Let's assume you have a line that has
"Some text on it." - you should see something like:
<p class=MSoNormal>Some text on it.</p>
The following modification would make the word "text" appear at 80% of the
normal size.
<p class=MSoNormal>Some <span style="font-size:80%">text</span> on it.</p>
If you were then to put the word "text" in caps, you'd have small caps for
that span.
I know that it looks a bit cumbersome but, once typed, it's a quick copy and
multiple paste.
'pologies if that's granny to such HTML eggs - and now someone will be along
to show you that you *can* switch on small caps in HTML.
--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.
date: Sun, 18 May 2008 16:09:18 +0100
author: PeterMcC
Re: Small caps function switched off
Yes indeed. That someone was Jay Freedman.
I am happy to say that his solution worked, although I believe one has
to make the change for every separate document.
Anyway, I am much relieved now.
By the way, for those who are curious, Gigantochloa apus Kurtz. is a
species of bamboo. (I do not know whether this scientific name has
been changed since 1951. Scientific names for animals and plants do
change as our knowledge of species increases.)
Kind regards,
many thanks Jay and Peter for your almost immediate reactions,
Rob.
On Sun, 18 May 2008 16:09:18 +0100, "PeterMcC"
wrote:
>
>'pologies if that's granny to such HTML eggs - and now someone will be along
>to show you that you *can* switch on small caps in HTML.
>
>--
>PeterMcC
>If you feel that any of the above is incorrect,
>inappropriate or offensive in any way,
>please ignore it and accept my apologies.
>
date: Sun, 18 May 2008 15:34:56 GMT
author: (Rob van Albada)
|
|