Hi there again, Overall the viewer is working great, but I'm trying to customize it to look like the rest of my site.... Take a look at http://www.theklings.net/PHPGedView . I basiclly converted my PHPNuke header to work with the Gedcom Viewer, but when viewing a chart or tree, the border does not fit correctly, and when the menu shows up on the right site, it doesn't always fit correctly.
How does changing the header effect that border and how do you think I can fix it?
Thanks again :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can adjust the positioning in the config.php file by changing some of the variables. Specifically, $baseyoffset (moves the position of the pedigree tree up and down), $Dbaseyoffset (moves the position of the descendency tree up and down).
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there again, Overall the viewer is working great, but I'm trying to customize it to look like the rest of my site.... Take a look at http://www.theklings.net/PHPGedView . I basiclly converted my PHPNuke header to work with the Gedcom Viewer, but when viewing a chart or tree, the border does not fit correctly, and when the menu shows up on the right site, it doesn't always fit correctly.
How does changing the header effect that border and how do you think I can fix it?
Thanks again :)
At first, the menu items were "scrunched to the left until I surrounded the eintire header with <table> </table>
You can adjust the positioning in the config.php file by changing some of the variables. Specifically, $baseyoffset (moves the position of the pedigree tree up and down), $Dbaseyoffset (moves the position of the descendency tree up and down).
--John