Article ID: 219143 - Last Review: July 4, 2007 - Revision: 1.1

FP2000: Quotes or Ampersand Around Text Within <pre> Tag Are Converted to HTML Entity

This article was previously published under Q219143
Expand all | Collapse all

SYMPTOMS

When you type quotes or an ampersand around text within <pre> tags, FrontPage converts the quotes to:
&quot;
				

and the ampersand to:
&amp;
				

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
&quot;
				
or
&amp;
				
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 INFORMATION

For more information about the specifications of HTML, please see the following World Wide Web Consortium Web site:
www.w3.org (http://www.w3.org/)

APPLIES TO
  • Microsoft FrontPage 2000 Standard Edition
Keywords: 
kbnofix kbprb KB219143
 

Article Translations