<ul class="faqtoc">
- <li class="faqtocline">1.1 <?a("#Q1.1","I cannot edit text. What's wrong? (2.0.x)");?></li>
- <li class="faqtocline">1.2 <?a("#Q1.2","Why don't transparent images print correctly?");?></li>
- <li class="faqtocline">1.3 <?a("#Q1.3","How can I instruct glabels to not print blank address lines when doing a document merge?");?></li>
+ <li class="faqtocline">1.1 <?a("#Q1.1","How can I instruct glabels to not print blank address lines when doing a document merge?");?></li>
+
+ </ul>
+
+ <li class="faqtocline">2. <?a("#S2", "Obsolete Problems (problems with older versions of gLabels).");?></li>
+
+ <ul class="faqtoc">
+
+ <li class="faqtocline">2.1 <?a("#Q2.1","I cannot edit text. What's wrong? (2.0.x)");?></li>
+ <li class="faqtocline">2.2 <?a("#Q2.2","Why don't transparent images print correctly?");?></li>
</ul>
<h2>1. Common Problems.</h2>
<a name="Q1.1"/>
-<h3>1.1 I cannot edit text. What's wrong? (2.0.x)</h3>
+<h3>1.1 How can I instruct glabels to not print blank address lines when doing a document merge?</h3>
+<div class="faqanswer">
+<p>
+This feature can be best described by a simple example. In the following CSV
+file, column 5 contains the second address line for each record. This field is
+empty in records 1 and 2, but not in record 3. (For this feature to work,
+the field must be completely empty -- any text, including spaces will
+defeat this feature.)
+</p>
+<div class="codebox">Summers,Joyce,,"1630 Revello Dr",,Sunnydale,CA,95037
+McGarret,Steve,O,"404 Piikoi Street",,Honolulu,HI,96813
+Kramer,Cosmo,,"Apt 5B","129 W. 81 St.","New York",NY,10024-7207
+</div>
+<p>
+In the following screenshot, a single multiline text object has been
+created to format these addresses. Notice that ${5} representing
+the second address line is on a line by itself. (Any additional text
+on this line, including spaces would defeat this feature.)
+</p>
+<?img("q1.3-screenshot.png","Multi-line address");?>
+<p>
+Printing this label results in the following output.
+</p>
+<?img("q1.3-output.png","Output");?>
+
+</div>
+
+
+<a name="S2"/>
+<h2>2. Obsolete Problems (problems with older versions of gLabels).</h2>
+
+<a name="Q2.1"/>
+<h3>2.1 I cannot edit text. What's wrong? (2.0.x)</h3>
<div class="faqanswer">
<p>
This is most likely due to an
</div>
-<a name="Q1.2"/>
-<h3>1.2 Why don't transparent images print correctly? (1.92.1 - 2.1.3)</h3>
+<a name="Q2.2"/>
+<h3>2.2 Why don't transparent images print correctly? (1.92.1 - 2.1.3)</h3>
<div class="faqanswer">
<p>
There is currently a limitation in the postscript back-end of libgnomeprint
</div>
-<a name="Q1.3"/>
-<h3>1.3 How can I instruct glabels to not print blank address lines when doing a document merge?</h3>
-<div class="faqanswer">
-<p>
-This feature can be best described by a simple example. In the following CSV
-file, column 5 contains the second address line for each record. This field is
-empty in records 1 and 2, but not in record 3. (For this feature to work,
-the field must be completely empty -- any text, including spaces will
-defeat this feature.)
-</p>
-<div class="codebox">Summers,Joyce,,"1630 Revello Dr",,Sunnydale,CA,95037
-McGarret,Steve,O,"404 Piikoi Street",,Honolulu,HI,96813
-Kramer,Cosmo,,"Apt 5B","129 W. 81 St.","New York",NY,10024-7207
-</div>
-<p>
-In the following screenshot, a single multiline text object has been
-created to format these addresses. Notice that ${5} representing
-the second address line is on a line by itself. (Any additional text
-on this line, including spaces would defeat this feature.)
-</p>
-<?img("q1.3-screenshot.png","Multi-line address");?>
-<p>
-Printing this label results in the following output.
-</p>
-<?img("q1.3-output.png","Output");?>
-
-</div>
<?php gLabelsFooter(); ?>