Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FP2000: When FrontPage Markup Component Writes To The HTML In Your Document


View products that this article applies to.

This article was previously published under Q229435

↑ Back to the top


Summary

When you use the HTML markup component, there are times when it will add HTML markup component spanning tags to your file, and times when it won't. This article describes the conditions under which the HTML markup component will write spanning tags to the HTML.

The HTML Markup spanning tag opens with the following code:
<!--webbot bot="HTMLMarkup" startspan -->
				

and the closes with the following code:
<!--webbot bot="HTMLMarkup" endspan -->
				

↑ Back to the top


More information

If the data within the component looks like a tag that FrontPage supports, the Markup component's spanning tags are written out. If you used the Markup component for a tag that FrontPage could have written by other means, you must have a reason for wanting the HTML markup syntax written out.

If the data within the component is multiple tags, or a combination of tags and data, then the Markup component's spanning tags are written out.

The HTML Markup component's startspan and endspan comments are not written out when the data within it looks like a comment or a single tag. For example
<!--comment-->
				
<test>
				
or
</test>
				
and possibly
<%asp%>
				
.

↑ Back to the top


References

All HTML tags that are listed in the HTML 4.0 specification as defined by World Wide Web Consortium (W3C) within the BODY tag or its child elements are recognized by FrontPage 2000. For more information about HTML 4.0 tags and their guidelines, please see the following URL: http://www.w3.org/MarkUp

↑ Back to the top


Keywords: KB229435, kbinfo

↑ Back to the top

Article Info
Article ID : 229435
Revision : 2
Created on : 11/22/2005
Published on : 11/22/2005
Exists online : False
Views : 265