FP97: Replace Command May Alter HyperlinksLast reviewed: March 18, 1998Article ID: Q159436 |
The information in this article applies to:
SYMPTOMSIn FrontPage Editor, when you use the Replace command, replaced text that was at the edge of a hyperlink anchor will no longer be included in the hyperlink.
CAUSEWhen text is inserted by the Replace command, it is not given Hyperlink properties unless the replaced text is surrounded by characters that are part of an anchor tag.
WORKAROUNDTo work around this behavior, use either of the following methods:
Method 1: If some hyperlink remainsIf text that anchors a hyperlink has been replaced, but there is still a hyperlink on the adjacent text:
Method 2: If the hyperlink is all goneIf text that anchored a hyperlink has been replaced and the hyperlink is no longer present, you must re-create the link.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
MORE INFORMATIONWhen text is given hyperlink characteristics, it is surrounded by HTML anchor tags <a> and </a>. For example, if you type the following text
homepageand make it a hyperlink to the page "default.htm," the HTML code will resemble the following:
<a href="default.htm">homepage</a>If you then search for the word "page" and replace it with the word "front," the HTML code would be converted to this
<a href="default.htm">home</a>frontIn contrast, if you typed "Welcome homepage" (without the quotation marks) for the text to use as the hyperlink, the HTML code would look similar to:
<a href="default.htm">Welcome HomePage</a>If you search for the word "Home" and replace it with the word "Front," the hyperlink anchor is unchanged, because the replaced text was surrounded by anchor text.
<a href="default.htm">Welcome FrontPage</a> REFERENCESFor information about the HTML markup language, see the World Wide Web Consortium Web site at:
http://www.w3.org/pub/WWW/MarkUp/ |
Additional query words: 97
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |