michael.presneill396601
12-19-2009, 04:49 AM
For some reason the bubble which holds the postal address is huge and contains several blank lines underneath the address which fill up the google map.
I have just started using Pro Maps for Google with Dreamweaver CS4 and copied below is the java script for the wagmp_map_1.js which holds the address.
The site should hopefully go live later today. But any ideas why these several blank lines are underneath the address within the bubble ?
Thanks
var address_0 = {
street: 'Greenway Road',
city: 'Galmpton, Brixham',
state: 'Devon',
zip: 'TQ5 0LN',
country: 'England',
infowindow: 'custom',
infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Torbay Tigers Basketball Venue</strong><br />Churston Ferrers Grammar School<br />Greenway Road, Brixham,<br />TQ5 0LN</span>',
full: '50.395230,-3.558787',
isdefault: true,
addressType: 'coordinates',
loop: '',
latitude: '50.395230',
longitude: '-3.558787',
markerStyle: 'Google Traditional (flat)',
markerColor: 'Pacifica'
};
I have just started using Pro Maps for Google with Dreamweaver CS4 and copied below is the java script for the wagmp_map_1.js which holds the address.
The site should hopefully go live later today. But any ideas why these several blank lines are underneath the address within the bubble ?
Thanks
var address_0 = {
street: 'Greenway Road',
city: 'Galmpton, Brixham',
state: 'Devon',
zip: 'TQ5 0LN',
country: 'England',
infowindow: 'custom',
infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Torbay Tigers Basketball Venue</strong><br />Churston Ferrers Grammar School<br />Greenway Road, Brixham,<br />TQ5 0LN</span>',
full: '50.395230,-3.558787',
isdefault: true,
addressType: 'coordinates',
loop: '',
latitude: '50.395230',
longitude: '-3.558787',
markerStyle: 'Google Traditional (flat)',
markerColor: 'Pacifica'
};