Show a Google Maps location on my Website.
Posted: Mon Jun 23, 2025 8:11 am
Hi all. I obtained some code from this site https://embed-googlemap.com/ so I could show a map on my site for the location of our club nights. I check "Make Map Responsive" and copied the code as below. It works great when I placed the code into the "Inside Tag" of a responsive text box. I have no control however, of maintaining the size and position of the map when it displays. I've vever used the html section before, so is the any tips for the best way to do this? TIA.
This is my current site https://shadowsclub.au/index.html and i'd like the map to be under the menu bar on the home page, between "FREE ENTRY - EVERYONE IS WELCOME and ALL FUNDS RAISED GO TO:"
Code copied from https://embed-googlemap.com/
<div class="mapouter"><div class="gmap_canvas"><iframe class="gmap_iframe" width="100%" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=600& ... n&q=27 manning road, como&t=&z=14&ie=UTF8&iwloc=B&output=embed"></iframe><a href="https://embed-googlemap.com/my-location/">my location</a></div><style>.mapouter{position:relative;text-align:right;width:100%;height:400px;}.gmap_canvas {overflow:hidden;background:none!important;width:100%;height:400px;}.gmap_iframe {height:400px!important;}</style></div>
This is my current site https://shadowsclub.au/index.html and i'd like the map to be under the menu bar on the home page, between "FREE ENTRY - EVERYONE IS WELCOME and ALL FUNDS RAISED GO TO:"
Code copied from https://embed-googlemap.com/
<div class="mapouter"><div class="gmap_canvas"><iframe class="gmap_iframe" width="100%" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=600& ... n&q=27 manning road, como&t=&z=14&ie=UTF8&iwloc=B&output=embed"></iframe><a href="https://embed-googlemap.com/my-location/">my location</a></div><style>.mapouter{position:relative;text-align:right;width:100%;height:400px;}.gmap_canvas {overflow:hidden;background:none!important;width:100%;height:400px;}.gmap_iframe {height:400px!important;}</style></div>