FP2000: When FrontPage Markup Component Writes To The HTML In Your DocumentID: Q229435
|
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 -->
<!--webbot bot="HTMLMarkup" endspan -->
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%>
.
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.w3c.org/MarkUp
Additional query words: fp2k
Keywords : kbdta
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: July 1, 1999