Deirdre
Mar 10 2006, 06:26 PM
Is there a more in-depth user's manual available?
Perhaps something that covers page functions, why things are laid out as they are, where things are, how they are connected, etc.
I'm trying to get the map to work with my pages properly. Our database doesn't include an address, just City, State and Zip, the map feature isn't showing at all, and all I can figure is it's because of the lack of address. I would like to have the map work on zip code alone, but I have no idea which file it's configured in.
Interesting how the pages are laid out, with the header and footer being encapsulated inside the index, I usually have the header and footer hold most of my tags (html, head, body), and sandwich my content between them in a <td>. Lots of intersting code, that I would love to understand the workings of better.
Thanks!
Brian
Mar 13 2006, 01:55 PM
Hello,
For a map link to show up on the page, your location must have a US or CA country code in the 'country' field.
Google and Yahoo maps only support USA and Canada maps (street level) so those are the only locations that get map links. You do not have to have a street address, but it always helps if you want to show an exact location. Otherwise, I think google and yahoo will both default on the city view.
Deirdre
Mar 13 2006, 02:19 PM
QUOTE(Brian @ Mar 13 2006, 09:55 AM)

Hello,
For a map link to show up on the page, your location must have a US or CA country code in the 'country' field.
Google and Yahoo maps only support USA and Canada maps (street level) so those are the only locations that get map links. You do not have to have a street address, but it always helps if you want to show an exact location. Otherwise, I think google and yahoo will both default on the city view.
Ahhhhhh I see, my country codes were going into the wrong column! Working well now thanks!