TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Website readability--blue text? From:"David M. Brown" <dmbrown -at- BROWN-INC -dot- COM> Date:Wed, 19 Aug 1998 15:52:04 -0700
Melonie Holliman wrote:
>
> Unfortunately, you have to [change the font color through the
> Format > Font option] for every link.
Instead of formatting each link individually, it's much easier to do a
couple of global search and replace passes right before you compile:
First pass--
Find: Double underline
Replace With: Double underline + whatever color you want for jumps
Second pass--
Find: Single underline
Replace With: Single underline + whatever color you want for pop-ups
Make sure that, for each jump, the first character after the underlined
text is either an asterisk (*) or a percent sign (%) formatted as hidden
text:
* Removes the default green, so your applied color shows through.
% Removes both the green *and* the dotted or solid underline.
Remember, the green in the compiled help file has nothing to do with the
green in your source file.
--David
==============================
David M. Brown -- Brown Inc.
dmbrown -at- brown-inc -dot- com http://www.brown-inc.com/
==============================
See our web site for news about HTML Indexer (tm), the easiest way
to create and maintain a real index of HTML documents.