|
|
|
|
Forum Members
Last Login: Tuesday, January 9, 2007
Posts: 3,
Visits: 3
|
Hi there, I have published my gen pro report on my web site and it is running great, looks really professional, but I would like to add my contact info onto the hole page for people to get in touch with me, how can I do this?
Thanks again for a great program though!!
|
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
|
|
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Tuesday, February 3, 2026
Posts: 4,886,
Visits: 22,803
|
Ian,
I see your home page has divided each last name by a letter of the alphabet. I never thought the report generator was capable of doing this. I am very curious to see how you dit it.
The new report generator has objects designed to create list of unique values. Creating an index of last names using this new report generator is a snap.
I am writing the technical documentation at http://www.genopro.com/newreportgenerator/
|
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
Ian,
I see your home page has divided each last name by a letter of the alphabet. I never thought the report generator was capable of doing this. I am very curious to see how you dit it.
This was achieved by opening the source of the home.htm and adding the appropriate texts in the right places i.e.
B-
I have also corrected and ballanced the paragraphes and removed the commas at the ends of each line for the new version of the home.htm which is already finished and awaiting the Beta to generate the full report.
The home.htm will replace the one generated.
I actually do a lot of my experimenting in the source, and this is how I have learnt most of what I know now, having had to teach myself from the age of 50 and learn mostly by trial and error and a little cartesian logic.
|
|
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Tuesday, February 3, 2026
Posts: 4,886,
Visits: 22,803
|
Did you created 26 loops, one for each letter of the alphabet?
|
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
GenoProSupport Posted: 07 Apr 2005 01:05 Post subject:
--------------------------------------------------------------------------------
Did you created 26 loops, one for each letter of the alphabet?
I am not sure what you mean by loops as I just added the letters in between the names
as seen below and did it for each letter used. (all this in the source code)
< a href="index.names.htm#Ashby" target=contents><span style='mso-bookmark:Beath'> < span lang=EN-GB style='mso-ansi-language:EN-GB'>Ashby</span></span>
< span style='mso-bookmark:Beath'></span><span style='mso-bookmark:Beath'> < span lang=EN-GB style='mso-ansi-language:EN-GB'> ,
< br >
< b >B-< /b > < br >
</span> </span>< a href="index.names.htm#Bacon" target=contents>< span
style='mso-bookmark:Beath'><span lang=EN-GB style='mso-ansi-language:EN-GB'>Bacon</span></span>
|
|
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Tuesday, February 3, 2026
Posts: 4,886,
Visits: 22,803
|
Oh, I see. You generated the report, and then you modified the HTML code. I thought you created an HTML template capable of generating the index.
|
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
GenoProSupport Posted: 07 Apr 2005 20:11 Post subject:
--------------------------------------------------------------------------------
Oh, I see. You generated the report, and then you modified the HTML code. I thought you created an HTML template capable of generating the index.
Unfortunately I am not skilled enough to be able to program a template to do this.
Though I have managed to adapt the background image, change the link images and center and format the texts and add more text in the home.htm and names.htm in the templates, I wouldn't know how to change the template so that the names list takes the form I managed by messing with the html source.
Everything I do is by trial and error ( mostly error ) , but sometimes it works by accident!
|
|
|
|
|
Forum Members
Last Login: Tuesday, January 9, 2007
Posts: 3,
Visits: 3
|
Wow thanks so much it worked am a happy bunny!
|