WD97: Saving as HTML Removes Hyperlink "Target" Tag
ID: Q170720
|
The information in this article applies to:
-
Microsoft Word 97 for Windows
SYMPTOMS
In Microsoft Word, when you open and save an HTML document that contains
hyperlinks, Word strips out the optional "Target" tag and value if the
document is saved from online layout view.
For example, the following hyperlink with the Target property
<A HREF = "HTTP://WWW.MICROSOFT.COM/SUPPORT/" TARGET = "_TOP">Link
Text</A>
will be saved in HTML as:
<A HREF = "HTTP://WWW.MICROSOFT.COM/SUPPORT/">Link Text</A>
CAUSE
The Target tag allows a hyperlink to be opened in a specific frame. Because
Word 97 does not support HTML frames, Word removes the TARGET= portion of the hyperlink text.
WORKAROUND
To work around this problem, do one of the following:
- To retain the Target tag property, edit and save the document in HTML Source view.
-or-
- To preserve hyperlinks containing the target property, use the following steps before you edit the HTML document in online layout view in Word 97.
Step 1: Change the Hyperlinks to Comments
- Start Word 97, and open the HTML document.
- On the View menu, click HTML Source.
- In HTML Source view, on the Edit menu, click Replace.
- In the Find What box, type "<A HREF" (without the quotation marks).
- In the Replace With box, type "<!-- <A HREF" (without the quotation
marks).
- Click Replace All.
- In the Find What box, type "</A>" (without the quotation marks).
- In the Replace With box, type "</A> -->" (without the quotation marks).
- Click Replace All.
- On the File menu, click Save.
- Click the Exit HTML Source toolbar button.
Step 2: Make Your Changes in Online Layout View
After you have changed the hyperlinks in your HTML document to comments, you can make changes to your HTML document in online layout. After you have finished editing the HTML document, save the document and then follow the procedure in Step 3 to restore your hyperlinks.
When the hyperlinks are commented out, they appear as hidden text. (To see hidden text, click the Show/Hide button on the Standard toolbar.)
Step 3: Restore the Hyperlinks
- In Word 97, open your HTML Document.
- On the View menu, click HTML Source.
- In HTML Source view, on the Edit menu, click Replace.
- In the Find What box, type "<!-- <A HREF" (without the quotation marks).
- In the Replace With box, type "<A HREF" (without quotation marks).
- Click Replace All.
- In the Find What box, type "</A> -->" (without the quotation marks).
- In the Replace With box, type "</A>" (without the quotation marks).
- Click Replace All.
- On the File menu, click Save.
- Click the Exit HTML Source toolbar button.
Following these steps allows you to safely edit your HTML documents in Word 97 while maintaining hyperlinks with the Target property.
Additional query words:
8.0 ia internet assistant
Keywords : winword word97
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbprb
|