Microsoft KB Archive/123052: Difference between revisions

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


Non Tabbed Line<br />
Non Tabbed Line<br />
&lt;tab&gt;Tabbed Line<br />
<tab>Tabbed Line<br />
123&lt;tab&gt;TEST
123<tab>TEST




Line 83: Line 83:
<div class="indent">
<div class="indent">


&lt;tab&gt;Tabbed Line<br />
<tab>Tabbed Line<br />
&lt;space&gt;&lt;tab&gt;Space and then Tab<br />
<space><tab>Space and then Tab<br />
123&lt;tab&gt;TEST
123<tab>TEST





Latest revision as of 18:09, 20 July 2020

Knowledge Base


Notepad Does Not Print Tabs Properly

Article ID: 123052

Article Last Modified on 11/1/2006



APPLIES TO

  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Server 3.5



This article was previously published under Q123052

3.50
WINDOWS
kbprint kbtool kbbug3.50

SYMPTOMS

Notepad does not print tab characters that occur at the beginning of a line. They are displayed on the screen properly, but will not show up in the printed output. A document created in Notepad such as

Non Tabbed Line
<tab>Tabbed Line
123<tab>TEST



would print the following:

Non Tabbed Line
Tabbed Line
123 TEST


RESOLUTION

As a workaround, you can place a space at the beginning of the line and then use the Tab key. For example, enter the following text in Notepad:

<tab>Tabbed Line
<space><tab>Space and then Tab
123<tab>TEST




This text will print as:

   Tabbed Line
       Space and then Tab
   123   TEST
                

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 3.5. This problem was corrected in Windows NT version 3.51.


Additional query words: prodnt

Keywords: KB123052