BUG: File Contains Insufficient HTML Tags Error in Visual InterDevID: Q229062
|
When attempting to apply a layout to a file or project in Visual InterDev 6.0, the following error may occur:
The file contains insufficient HTML tags or incomplete layout information. Themes and layouts cannot be applied.
When customizing an existing Layout.htm template page for a layout or creating a new custom layout, you cannot have unbalanced single or double quotes inside an HTML comment.
Enclose any HTML comments in the Layout.htm file of the layout in quotes. For instance, if the following is the comment
<!-- This comment won't work -->
Change it to this
<!-- "This comment won't work" -->
Likewise, if you have an unbalanced double quote in your comment, you can surround the comment with single quotes to avoid the error as in the following example:
<!-- This has an unbalanced " (double-quote) -->
Change it to look like this:
<!-- 'This has an unbalanced " (double-quote)' -->
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
<!-- ' -->
Additional query words:
Keywords : kbwizard kbVisID600 kbVisID600bug kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 21, 1999