GEDMill Web Pages

Notes Regarding Family Trees

Moderator: sjj1805

Post Reply
User avatar
sjj1805
Site Admin
Posts: 1194
Joined: Fri Oct 27, 2006 12:45 am
operating_system: Windows 10 Pro
motherboard: Hewlett Packard 2AF7
system_drive: C
32bit or 64bit: 64 Bit
processor: 2-90 gigahertz Intel Core i5 4460S
ram: 8 GB
video card: NVIDIA GeForce GT 705
sound card: P40D100-4 NVIDIA High Definition Audio
Hard_Drive_Capacity: 8 TB
Location: Birmingham UK
Contact:

GEDMill Web Pages

Post by sjj1805 » Sun May 15, 2022 6:25 pm

After creating the Family Historian Version on my website we are left with a GEDMill version of our family tree.
To make use of this we need to tweak the generated page home.html.
I have already created a replacement page on my server. so we need to amend that file by extracting the area resembling the following

Code: Select all

<div id="page"> <!-- page -->
    <div id="cover"> <!-- cover -->
       <p>This website contains records on 1080 individuals, cross-referenced to 39 sources. There are links to 1547 multimedia files.</p>
       <div id="links"> <!-- links -->
         <p><a href="individuals1.html" target="_top">Index Of Names</a></p>
       </div> <!-- links -->
       <p>Website created using GEDmill.</p>
       <p>Created on 14 May 2022.</p>
    </div> <!-- cover -->
  </div> <!-- page -->
and replace the code contained in the entry on the server
I have highlighted the area as follows

Code: Select all

<!---------      replace this from home.html ------------->

Paste the new code here

<!---------      end of replace this from home.html ------------->
Now delete from the temporary folder home.html then copy/replace everything else to te web server

Post Reply