Reputation: 2926
So, on the following page, the first broken image you see should be one linking to google maps. If I open up chrome's inspect tool, and right click on the src attribute to open it up in a new tab, it works fine, but it renders as a broken image on the page for some reason. any ideas?
http://test.teslaprime.com/courses/25/test_course1
Upvotes: 0
Views: 1220
Reputation: 12766
Just follow these instructions of google self: http://maps.google.com/help/maps/getmaps/plot-one.html
In your case you need to add the following code to your html:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?daddr=19+Chalda+Ct+San+Rafael+CA+94903&ie=UTF8&t=h&ll=38.006014,-122.521711&spn=0.006295,0.007989&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?daddr=19+Chalda+Ct+San+Rafael+CA+94903&ie=UTF8&t=h&ll=38.006014,-122.521711&spn=0.006295,0.007989&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
Upvotes: 1