> As I am as new to the Google API as I am to HTML > in general, I wonder if anyone can give me some simple advice on how > to create a border on my map page so that it will look similar to all > my other pages.
The usual general-purpose HTML tag to carry style information, is a <div> Starter for ten... http://webdesign.about.com/od/htmltags/a/aa011000a.htm Many more such guides about. You CAN put your map in a table, but you need to explicitly define the size of the <div> it lives in, OR tell the GMap2 constructor what size map to build. It's probably still a good idea not to put your script itself in the table. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
