FIX: Increase Indent Command Replaces DIV with BLOCKQUOTE (191044)
The information in this article applies to:
- Microsoft Visual InterDev 6.0
This article was previously published under Q191044 SYMPTOMS
In Design view, if you click Increase Indent when the cursor is inside a
<div> element, the <div> HTML tag is replaced with the < blockquote >
element. This can cause data loss.
CAUSE
This is caused by a limitation in the way Design view is implemented.
RESOLUTION
Do not use Increase Indent to indent a <div> element. Instead, go to Source
view and manually enclose the <div> element within < blockquote > tags.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in Visual Studio 6.0 Service Pack 3.
For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base: 194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why>
194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed
Modification Type: | Minor | Last Reviewed: | 3/7/2005 |
---|
Keywords: | kbBug kbEditor kbfix kbGrpDSASP kbide kbVisID600bug kbVS600sp3fix KB191044 kbAudDeveloper |
---|
|