Microsoft KB Archive/196142: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - ">" to ">")
 
(One intermediate revision by the same user not shown)
Line 52: Line 52:
== SYMPTOMS ==
== SYMPTOMS ==


When you insert more than one &lt;Body&gt; tag to the HTML source in Page view of Microsoft FrontPage, some of the attributes do not take effect when you open the page in a Web browser.<br />
When you insert more than one <Body> tag to the HTML source in Page view of Microsoft FrontPage, some of the attributes do not take effect when you open the page in a Web browser.<br />
<br />
<br />
<br />
<br />
Line 58: Line 58:
To work around this behavior, use either of the following methods:<br />
To work around this behavior, use either of the following methods:<br />


* Specify all of the attributes you want to use by using a single &lt;Body&gt; tag.<br />
* Specify all of the attributes you want to use by using a single <Body> tag.<br />
<br />
<br />
-or-
-or-
Line 69: Line 69:
== CAUSE ==
== CAUSE ==


Although some browsers support this functionality, Microsoft FrontPage can only use one &lt;Body&gt; tag at a time. When FrontPage encounters a second &lt;Body&gt; tag, it replaces the information used in the previous &lt;Body&gt; tag with the information in the subsequent &lt;Body&gt; tag.
Although some browsers support this functionality, Microsoft FrontPage can only use one <Body> tag at a time. When FrontPage encounters a second <Body> tag, it replaces the information used in the previous <Body> tag with the information in the subsequent <Body> tag.


</div>
</div>

Latest revision as of 09:39, 21 July 2020

Knowledge Base


FP2000: Multiple Body Tags Not Recognized by FrontPage

Article ID: 196142

Article Last Modified on 9/25/2001



APPLIES TO

  • Microsoft FrontPage 2000 Standard Edition



This article was previously published under Q196142


For a Microsoft FrontPage 98 version of this article, see 194048.
For a Microsoft FrontPage 97 and earlier version of this article, see 170958.


SYMPTOMS

When you insert more than one <Body> tag to the HTML source in Page view of Microsoft FrontPage, some of the attributes do not take effect when you open the page in a Web browser.



To work around this behavior, use either of the following methods:

  • Specify all of the attributes you want to use by using a single <Body> tag.


-or-

  • Specify changes to the page elements--such as color, font, background, sounds, and so on--by clicking Page Properties on the File menu.


CAUSE

Although some browsers support this functionality, Microsoft FrontPage can only use one <Body> tag at a time. When FrontPage encounters a second <Body> tag, it replaces the information used in the previous <Body> tag with the information in the subsequent <Body> tag.


Additional query words: front page

Keywords: kbprb KB196142