Pittinaro
Joined: 14 Apr 2007 Posts: 1
|
Posted: Sat Apr 14, 2007 6:15 pm Post subject: Tree finally shows on page but no links work!!! |
|
|
I was finally able to get the code to work in SiteBuilder and the tree looks great on the page, but absolutely none of my nodes work, they all go to a page that says "page cannot be displayed" Here's a sample of my node code
var TREE_NODES = [
['Home', 'http://genesissoccerclub.us/home.html', null],
['About Us', 'http://genesissoccerclub.us/genesis.html', null,
['Three Lions', 'http://genesissoccerclub.us/3lions.html', null,
['Training Curriculum', 'http://genesissoccerclub.us/curriculum.html', null]],
['Travel Soccer', 'http://genesissoccerclub.us/travel.html', null,
['Training Schedule', 'http://genesissoccerclub.us/files/spring_training_schedule.pdf', null],
Please help, my site is published and nothing is working.
Thanks! |
|
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sun Apr 15, 2007 4:36 am Post subject: |
|
|
The code in your post differs from your site's code. On your site there are some mistakes like this one, i.e. double "http://":
| Code: | | ['Training Curriculum', 'http://http://www.genesissoccerclub.us/Curriculum.html', null]], |
But most of the links work fine.
FYI, having a 476KB picture in header is a little too much. |
|