The information in this article applies to:
SYMPTOMSWhen you type quotes or an ampersand around text within <pre> tags, FrontPage converts the quotes to:
and the ampersand to:
CAUSEFrontPage HTML preservation is designed to leave the HTML you enter intact. The one exception to this design is within the PRE tag. If you enter a quote or an ampersand symbol in HTML View within a PRE tag, it will be converted to or Because quotes are used in many instances to delimit text strings, and ampersands are a reserved character for representing other HTML entities, any quote or ampersand encountered within the text processing of the contents of a PRE tag will be converted to their HTML entities.
The PRE tag is used to display preformatted text. This tag is used when you want the text you enter to be displayed in a mono-spaced font and preserve all spaces within it. Prior to the advent of HTML tables, PRE tags were most useful for creating consistent tab-delimited tables.
MORE INFORMATIONFor more information about the specifications of HTML, please see the following World Wide Web Consortium Web site: www.w3.org Additional query words: FP2K
Keywords : kbdta |
Last Reviewed: July 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |