Difference between revisions of "PD4ML Troubleshooting Checklist"

From SmartWiki
Jump to: navigation, search
(Created page with 'If you encounter a problem with PDFs not printing properly please check/fix the following: {| border="" |❑ |<nowiki><html></html></nowiki> is present |- |❑ |<nowik…')
 
Line 8: Line 8:
 
|<nowiki><head></head></nowiki> is present
 
|<nowiki><head></head></nowiki> is present
 
|-
 
|-
|[[Universal Tracking Application]] > Contact Tab
+
|&#x2751;
 
|<nowiki><body bgcolor="#FFFFFF" topmargin="25" bottommargin="25" leftmargin="30" rightmargin="30"> </body></nowiki> is present
 
|<nowiki><body bgcolor="#FFFFFF" topmargin="25" bottommargin="25" leftmargin="30" rightmargin="30"> </body></nowiki> is present
 
|-
 
|-
|[[Universal Tracking Application]] > Company Tab
+
|&#x2751;
 
|<nowiki><style type="text/css"><!-- --></style></nowiki> is present
 
|<nowiki><style type="text/css"><!-- --></style></nowiki> is present
 
|-
 
|-
|Sales Tracking Application > Company Tab
+
|&#x2751;
 
|<nowiki><!--Use Letter--> or <!--Use Legal-->  is present (if needed) <!--Use Landscape--></nowiki>
 
|<nowiki><!--Use Letter--> or <!--Use Legal-->  is present (if needed) <!--Use Landscape--></nowiki>
 
|-
 
|-
|Sales Tracking Application > Contacts Tab
+
|&#x2751;
 
|<nowiki><pd4ml></pd4ml> is present</nowiki>
 
|<nowiki><pd4ml></pd4ml> is present</nowiki>
 
|-
 
|-
|Sales Tracking Application > My Contacts
+
|&#x2751;
 
|For letter make sure tables are set to or similar  
 
|For letter make sure tables are set to or similar  
 
<nowiki><table width="700" border="0" cellspacing="0" cellpadding="0" align="center" style="PAGE-BREAK-inside: avoid;"></table></nowiki>
 
<nowiki><table width="700" border="0" cellspacing="0" cellpadding="0" align="center" style="PAGE-BREAK-inside: avoid;"></table></nowiki>
 
|-
 
|-
|
+
|&#x2751;
 
|<nowiki><tr></tr></nowiki> Should be in every table (open and closing tags need to be present)
 
|<nowiki><tr></tr></nowiki> Should be in every table (open and closing tags need to be present)
 
|-
 
|-
|
+
|&#x2751;
 
|<nowiki><td></td> or <th></th></nowiki> should be in every table (open and closing tags need to be present)
 
|<nowiki><td></td> or <th></th></nowiki> should be in every table (open and closing tags need to be present)
 
|-
 
|-
|
+
|&#x2751;
 
|Check the number of <nowiki><td></td> or <th></th></nowiki> tags in one row match the other rows in the table, or ''colspan'' should be used.  
 
|Check the number of <nowiki><td></td> or <th></th></nowiki> tags in one row match the other rows in the table, or ''colspan'' should be used.  
 
|}
 
|}

Revision as of 14:43, 1 November 2013

If you encounter a problem with PDFs not printing properly please check/fix the following:

<html></html> is present
<head></head> is present
<body bgcolor="#FFFFFF" topmargin="25" bottommargin="25" leftmargin="30" rightmargin="30"> </body> is present
<style type="text/css"><!-- --></style> is present
<!--Use Letter--> or <!--Use Legal--> is present (if needed) <!--Use Landscape-->
<pd4ml></pd4ml> is present
For letter make sure tables are set to or similar

<table width="700" border="0" cellspacing="0" cellpadding="0" align="center" style="PAGE-BREAK-inside: avoid;"></table>

<tr></tr> Should be in every table (open and closing tags need to be present)
<td></td> or <th></th> should be in every table (open and closing tags need to be present)
Check the number of <td></td> or <th></th> tags in one row match the other rows in the table, or colspan should be used.