FP2000: Quotes or Ampersand Around Text Within <pre> Tag Are Converted to HTML Entity (219143)
The information in this article applies to:
This article was previously published under Q219143 SYMPTOMS
When you type quotes or an ampersand around text within <pre> tags, FrontPage converts the quotes to:
"
and the ampersand to:
&
CAUSE
FrontPage 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.
Modification Type: | Major | Last Reviewed: | 10/1/2001 |
---|
Keywords: | kbprb KB219143 |
---|
|