Google Map on Website

Everything to do with using your own website to advertise your rental property. Design, usability, hosting, getting listed on the search engines, optimising your site, pay-per-click, etc, etc.
bjp11scot
Posts: 45
Joined: Fri Jan 28, 2011 8:06 am
Location: Turkey
Contact:

Google Map on Website

Post by bjp11scot »

Hello Good People
I wonder if I can enlist your valuable assistance concerning placing a Google map on my new website?

1) I have managed to place the Google map OK - no problem there
2) I then click the link to 'See the map in a lager image' - again no problem
3) Now the problem!
I wish to keep my website open after I have closed the larger Google image - this does not happen

What code is necessary and where do I place this so that I can make my visitor return to my website?

After your earlier advice concerning external links I managed to successfully do this by adding " target=_blank" within the coding
I have tried experimenting with the code that accompanies the imported Google map link but have been unable to find a solution

I am not very conversant with HTML so am really fumbling along and learning as I go

Can anyone assist me?

Kind Regards

Bob
User avatar
Windy
Posts: 3219
Joined: Tue Oct 02, 2007 8:21 am
Location: Windermere UK

Post by Windy »

Adding target="_blank" as the last parameter works for me

target="_blank"> View Larger Map</a>

It opens the larger map as a new page, thus leaving your own site open in a tab.

I think I might add another link "See life in a lager image" :wink:
bjp11scot
Posts: 45
Joined: Fri Jan 28, 2011 8:06 am
Location: Turkey
Contact:

Post by bjp11scot »

Windy wrote:Adding target="_blank" as the last parameter works for me

target="_blank"> View Larger Map</a>

It opens the larger map as a new page, thus leaving your own site open in a tab.

I think I might add another link "See life in a lager image" :wink:
Windy thanks for your return - appreciated

Would it be possible for you to copy your complete coding relevant to your own location and I will try and replicate the target="_blank"> with my own
(monkey see - monkey do)
Sorry I am a bit confused with some coding practices - still a lot to learn

Regards

bob
User avatar
Windy
Posts: 3219
Joined: Tue Oct 02, 2007 8:21 am
Location: Windermere UK

Post by Windy »

Hi Bob

Sure

<a href="http://maps.google.co.uk/maps/ms?ie=UTF ... urce=embed& text-align:left" target="_blank"> View Larger Map</a>
bjp11scot
Posts: 45
Joined: Fri Jan 28, 2011 8:06 am
Location: Turkey
Contact:

Post by bjp11scot »

Windy wrote:Hi Bob

Sure

<a href="http://maps.google.co.uk/maps/ms?ie=UTF ... urce=embed& text-align:left" target="_blank"> View Larger Map</a>
Windy - You are a 'STAR' - it works and I can now concentrate on continuing my revamp

Many thanks to you for taking up your time of day

Regards

Bob
User avatar
Windy
Posts: 3219
Joined: Tue Oct 02, 2007 8:21 am
Location: Windermere UK

Post by Windy »

My pleasure :-) I've had plenty of help here in my time !
User avatar
CSE
Posts: 4415
Joined: Mon Nov 06, 2006 3:34 pm
Location: Galicia

Post by CSE »

This page maybe too much information at the moment but experiment and you could end up with something really fancy.
https://developers.google.com/maps/

But this may help you also to gain your first steps in GM (Google Mapping)
http://www.map-generator.org/
Never try to out-stubborn your guests.
tchn
Posts: 229
Joined: Mon Jun 11, 2012 11:02 pm
Location: Lake District

Post by tchn »

I know this thread is old, but there's a great tutorial for adding a google map (and doing more with them) here:

http://www.w3schools.com/googleAPI/default.asp

In fact w3schools solves many of my web challenges (am writing my own page)
bjp11scot
Posts: 45
Joined: Fri Jan 28, 2011 8:06 am
Location: Turkey
Contact:

Post by bjp11scot »

tchn
Thanks for that link - appreciated
I have saved to my faourites and will certainly use the information that it provides
A great help
Bob

tchn wrote:I know this thread is old, but there's a great tutorial for adding a google map (and doing more with them) here:

http://www.w3schools.com/googleAPI/default.asp

In fact w3schools solves many of my web challenges (am writing my own page)
Post Reply