GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




Universal HTML Report Generator

Click to view RSS...
Author The report templates should try to avoid localised issues and bring out a report in a universal style.
Posted Monday, August 29, 2005 - Post #7922
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 4,886, Visits: 22,776
Changing the font is done in the file style.css.  Change the following

body { color: #003000; background-color: #FFFFDD; font-size: 10pt; font-family: Arial, Helvetica; background-image: url("images/background.jpg"); }

to

body {
  color: green;
  background-color: #FFFFDD;
  font-size: 5;
  font-family: Tolkien;
  background-image: url("images/background.jpg");
}
Posted Monday, August 29, 2005 - Post #7923
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.0.1.5

Last Login: Saturday, March 14, 2020
Posts: 365, Visits: 3,680
This bit I remember from Ron's skins, but if I only want to change some titles such as :-

The Alphabetical index and Most Popular Families in the home page and the Titles in the family, index and photo pages etc. and not all the fonts.

Edited: Monday, August 29, 2005 by GenoProSupport

Posted Monday, August 29, 2005 - Post #7924
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 4,886, Visits: 22,776
You need to learn CSS.  To change the titles, you need to add the attribute font-family: Tolkien; to the following styles.

h1 { color: #330077;  font-size: 14pt; }
h2 { color: #330077; font-size: 12pt; }
h3 { color: #330077; font-size: 11pt;  }
Posted Monday, August 29, 2005 - Post #7931
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
Important Contributors
FamilyTrees.GenoPro.com
GenoPro version: 3.0.1.5

Last Login: Saturday, March 14, 2020
Posts: 365, Visits: 3,680
Thanks, Grand Master,

I am humbled by my ignorance.

I have always said that my knowledge was limited and greatly appreciate these hints that might seem obvious to the initiated, but not to duffers like me.

One day I will get the hang of all this! Blush

Edited: Monday, August 29, 2005 by iaintait

Posted Monday, August 29, 2005 - Post #7938
Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master

Customers
Important Contributors
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Sunday, March 21, 2021
Posts: 716, Visits: 12,927
1) When the education/occupation data and the comment gets longer than the picture (together with the control buttoms), the picture comment will not be in line with the edu/occu comment, but will start underneath of the picture.

Above was send when testing ron's report #3 and he fixed it in his last modification.

2) Removed the family section from the individual page, no need to change a code. But those who will keep this section have to look into this problem.


Edited: Monday, August 29, 2005 by maru-san
Posted Monday, August 29, 2005 - Post #7939
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
Important Contributors
GenoPro version: 3.0.0.7

Last Login: Sunday, November 26, 2023
Posts: 213, Visits: 4,464
There are some pages where the individual's picture is cut. Mostly, when this individual has no family and the page is short.
Posted Tuesday, August 30, 2005 - Post #7954
Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master

Customers
Important Contributors
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Sunday, March 21, 2021
Posts: 716, Visits: 12,927
Would appreciate if sons, daughters, brothers, sisters, husbands and wifes get their own translation word, since the German language does not work with just an {} s,
Have inserted P="Brüder" (brothers) but get a strange character in front of Brüder.
Posted Tuesday, August 30, 2005 - Post #7956
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 4,886, Visits: 22,776
maru-san (8/30/2005)
Would appreciate if sons, daughters, brothers, sisters, husbands and wifes get their own translation word, since the German language does not work with just an {}s

This is why there is the plurial attribute P=.

Have inserted P="Brüder" (brothers) but get a strange character in front of Brüder.

The XML file is Unicode (UTF-8) encoded. If you are using Notepad on Windows 95/98/ME, you are likely to get this strange character because the file contains an illegal UTF-8 sequence.  Try opening the file Dictionary.xml using Internet Explorer; it is likely you will get a syntax error.

What you need to do is find an editor supporting Unicode and/or UTF-8.  Notepad for Windows 2000 and XP have Unicode built-in.  In the meantime, insert P="Brüder" which should do the trick (the ü is the UTF-8 sequence for ü.  If the attribute P="Brüder" does not work, please send me your Dictionary.xml and I will take a look at it.

Posted Tuesday, August 30, 2005 - Post #7959
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 4,886, Visits: 22,776
You are right, there is a strange character being inserted.  I am investigating this...
Posted Tuesday, August 30, 2005 - Post #7966
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 1 hour ago
Posts: 4,886, Visits: 22,776
I have fixed the bug with a silent upgrade.  Just download http://www.genopro.com/beta/InstallGenoProBeta.exe again and you will get the fix.  I am confident this issue has been resloved, however if you still get a strange character, please let me know. 


Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse
Active: 3 - 1 guest, 1 member, 0 anonymous.
Refresh