]> git.sur5r.net Git - glabels/commitdiff
Updated FAQ.
authorJim Evins <evins@snaught.com>
Fri, 19 Dec 2008 03:27:58 +0000 (03:27 +0000)
committerJim Evins <evins@snaught.com>
Fri, 19 Dec 2008 03:27:58 +0000 (03:27 +0000)
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@805 f5e0f49d-192f-0410-a22d-a8d8700d0965

web/faq/index.php

index 90c4900de35f10711f48ee0240c5c1ac0a2558f0..0778088a3709aaa81f9bcebd3cbfcac799d3d6ca 100644 (file)
 
   <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
@@ -52,8 +91,8 @@ suitable for backport into the 2.0.x branch..
 </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
@@ -76,32 +115,5 @@ $ make
 </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(); ?>