I want to show this map on my CMS site, and google provides a code you can paste in your html to show the map on your site.
On my pages, where I normally add content trough the WYSIWYG editor, I switch to html mode, to paste the Google Maps html code.
Code looks like this :
Code: Select all
<__iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.be/maps/ms?hl=nl&ie=UTF8&msa=0&msid=109691600846151473740.00048d03be0fbabb0ad17&t=h&ll=52.496691,13.451914&spn=0.001922,0.005552&output=embed"></__iframe><br /><small><a href="http://maps.google.be/maps/ms?hl=nl&ie=UTF8&msa=0&msid=109691600846151473740.00048d03be0fbabb0ad17&t=h&ll=52.496691,13.451914&spn=0.001922,0.005552&source=embed" style="color:#0000FF;text-align:left">Arena Berlin en omgeving</a> weergeven op een grotere kaart</small>
BUT
If I switch to the WYSIYG editor again, the map dissapears on the site.
And the Google code is changed.
If I check it in html modus, the code has been automatically changed to this :
Code: Select all
<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.be/maps/ms?hl=nl&ie=UTF8&msa=0&msid=109691600846151473740.00048d03be0fbabb0ad17&t=h&ll=52.496691,13.451914&spn=0.001922,0.005552&source=embed">Arena Berlin en omgeving</a> weergeven op een grotere kaart</small>
any suggestions to fix this ?
Thx a lot!