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.
Re: Converting Graphics from Frame to HTML with WWP
Subject:Re: Converting Graphics from Frame to HTML with WWP From:Craig Sanders <csanders -at- BEST -dot- COM> Date:Wed, 16 Sep 1998 22:39:43 -0700
Hi, Richard!
Perhaps an easier way . . .
First, you have to determine what the best resolution for browser display is
going to be. This is basically trial and error and depends on image detail, the
amount of screen real estate you're willing to give away, and your own design
conscience.
Second, (you seem to have already done this), determine the best resolution for
print media.
Now, import a given graphic (by reference or embedded) using the print
resolution. Assign a conditional text tag to the anchored frame containing the
graphic. Name the tag "print" or something similar.
Now, create a second anchored frame and import the same graphic again, this
time using the HTML resolution. Assign this graphic a different conditional
text tag, named "HTML" or something similar.
At conversion time, set up Publisher to "see" only the HTML conditional text
tag. The print tagged graphics are not "seen" and not converted.