Modify web pages, generated by PAF, for handheld devices

Even if you do not want to build a web page you can use this method to generate a file for android devices and use OpenHtml to display it. 
NOTE web pages generated with these additions will still work with the standard browsers (IE, Chrome, etc)

  1. When generating the web page from PAF add the following to the header input (“Advance HTML”). ====================================================
    <meta name="HandheldFriendly" content="True" />
    ====================================================

  2. Generate the genealogy web page files.

  3. Find the files generated by PAF and modify index1.htm and index2.htm by adding the following in the header part of the file.  ============================
    <style> body {   line-height: 145%; } </style>
     ============================

  4. Modify index.htm by wrapping the commands that point to index 1 and 2, etc with
    ==========================
    “<p> </p>“
    ==========================

  5. Check the web page using your browser (IE).  When this page displays correctly copy to your web host or your hand held device.

  6. The procedure for Ancestral Quest14 is similar (I have not tried Roots Magic).
  7. click here for example on how to do this

Valid HTML 4.01 Transitional