I want to display a genealogy tree without flash. In HTML/javascript/css.
I have a big problem displaying my tree because of the:
- Difficulty to display the marital link between 2 parents
- the children nodes
Do you know any api which can build a family tree as www.familyecho.com does? I am gonna be crazy????
Here an example
Father --- Mother
|
|--------|------------|
Child1 Child2 Child3
Thanks