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: Frame to HTML: Way to preserve tabs? From:jwaddell <jwaddell -at- micron -dot- com> To:"'Carolyn Yount'" <carolyn -at- tellme -dot- com>, TECHWR-L <techwr-l -at- lists -dot- raycomm -dot- com> Date:Wed, 19 Jan 2000 08:25:50 -0700
Hello,
You might use a separately defined paragraph to handle the indentation
rather than tabs. Set up a paragraph for each level of indentation. Frame
is problematic when converting to HTML and I believe that it ignores tabs.
Are you using the default cascading style sheet (css) in the final product
or are you deleting it? This will also have an effect on the how the final
html file will appear.
Good luck,
John Waddell
Micron Technology
jwaddell -at- micron -dot- com
-----Original Message-----
From: Carolyn Yount [mailto:carolyn -at- tellme -dot- com]
Sent: Tuesday, January 18, 2000 5:17 PM
To: TECHWR-L
Cc: TECHWR-L
Subject: Frame to HTML: Way to preserve tabs?
Hi,
I've written a reference guide in FrameMaker that I then saved as HTML.
FrameMaker nicely splits the .fm file into .html files and add links to them
from the main page. The only problem is preserving tabs that I've used in
code
samples.
For example, my code sample looks like this:
<asdf>
<asdf>
<asdf>
<asdf>
<asdf>
<asdf>
After FrameMaker gets through converting it, it looks like this:
<asdf>
<asdf>
<asdf>
<asdf>
<asdf>
<asdf>
If I use spaces instead of tabs and map my code text to preformatted text,
the
indentation is preserved but then an extra line is added:
<asdf>
<asdf>
<asdf>
<asdf>
<asdf>
<asdf>
Any workarounds? ...I tried writing a macro (replacing \t with ), but
it
didn't work ....although I may not have done it properly.
Thanks, Carolyn
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sponsored by Weisner Associates Inc., Online Information Services
Training & consulting for RoboHELP, Dreamweaver, HTML, and HTML-Based Help.
More info at http://www.weisner.com/train/ or mailto:training -at- weisner -dot- com -dot-
Sponsored by Rose Hill, Your Business and Career Coach.
"Assume Success! Live Your Passion!" Get the gist at
www.coachrose.com then call 503.629.4804 for details!
---
You are currently subscribed to techwr-l as: jwaddell -at- micron -dot- com
To unsubscribe send a blank email to leave-techwr-l-19002Y -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.