Currently the menu has a list of Continents, and when you click a name, a list of the countries in that continent appears. At this moment, each is a link, which links to a page for the country. This means i will need 206 pages!
Is there a way of passing the country name (which is in a table, along with it's id, which is how the menu is created, using continent and country database tables) to a single page which i can use to select the needed info, cutting my page list by 205!
Thanks very much, hope that made sense!
Andy