Word has some pretty much undocumented rules about this: the Hyperlink style
is applied by default to all hyperlinks, but it is suppressed for TOC
entries and hyperlinked cross-references, so, since it appears you're
dealing with cross-references, that's the problem. Ironically, if you unlink
one of these hyperlinks (by pressing Ctrl+Shift+F9), then the Hyperlink
style is displayed.
What you can do in this instance is create another character style, also
blue and hyperlinked, and apply it to the cross-reference, or you can apply
this formatting manually. For more on this, see
http://sbarnhill.mvps.org/WordFAQs/FormatCrossReferences.htm#FormatFont.
Yikes. I read the article and the referenced one about character styles,
which it appears I also need. The articles seem very well constructed
and I'm sure a lot of work went into them. It's just that there are so
many options that I fear it will take me hours of trial and error to get
it right.
I'm wondering if you would be willing to provide me with a simple
step-by-step procedure for making all existing hyperlink reference
fields and any new ones display with the same formatting as I get if I
type "
www.abs.com".
There are only a few references now, but I expect to have quite a few as
I write the tutorial.
I have a little test document with these lines:
11111 /* Formatted with Heading 1 style (Alt+Ctrl+1) */
22222 /* Formatted with Heading 2 style (Alt+Ctrl+2) */
33333 /* Formatted with Heading 2 style (Alt+Ctrl+3) */
www.abc.com /* Just typed in, formats automatically */
11111 /* Insert|Link|Cross-reference|Heading|11111 */
22222 /* Insert|Link|Cross-reference|Heading|22222 */
33333 /* Insert|Link|Cross-reference|Heading|33333 */
If I select all (Ctrl+A) and reveal codes (Sh-F9), I see
11111
22222
33333
{ HYPERLINK "
http://www.abc.com" }
{ REF _Ref303279039 \h }
{ REF _Ref303280147 \h }
{ REF _Ref303280182 \h }
What do I do now to get the last 3 lines to format as blue underlined
like line 4?
Then, how do I get any new hyperlink references to automatically format
that way?
Thanks so much.