Text wrapping around google map image
i having issues getting code wrap around google image want. contact page , not working right. have tried many different floats , in different places of code css. doing wrong?
thanks.
this want like:
this have:
here's part of code:
<h1><span>let's keep in touch</span></h1> |
<br>
<script src='https://maps.googleapis.com/maps/api/js?v=3.exp' ></script><div style='overflow:hidden;height:325px;width:545px;' style:"float:right"><div id='gmap_canvas' style='height:325px;width:545px;' align="left"></div><div><small><a href="http://www.embedgooglemaps.com/en/">generate map here, quick , easy! | give customers directions | get found</a></small></div><div><small><a href="https://top10geeks.com/top-10-best-anti-aging-products-2016/" style="float:right;" >top 10 anti-aging products of 2016</a></small></div><style>#gmap_canvas img{max-width:none!important;background:none!important;}</style></div><script type='text/javascript'>function init_map(){var myoptions = {zoom:10,center:new google.maps.latlng(43.06869945967006,-89.32206604282224),maptypeid: google.maps.maptypeid.roadmap};map = new google.maps.map(document.getelementbyid('gmap_canvas'), myoptions);marker = new google.maps.marker({map: map,position: new google.maps.latlng(43.06869945967006,-89.32206604282224)});infowindow = new google.maps.infowindow({content:'<strong>indigo wings inc</strong><br>4601 monona drive, suite 102, monona, wi 53716<br>'});google.maps.event.addlistener(marker, 'click', function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event. adddomlistener(window, 'load', init_map);</script> <p>this contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page. contact page.</p> |
</div>
it easier troubleshoot issues if posted link page in progress, or complete code of page (don't use email, won't come through) can rule out conflicts or errors in html.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment