it seems that the simplest things is the hardest for me: I placed a google map iframe inside a page but I can't figure out how to make the text wrap around it.
I used the Gmapsmania plugin following these steps:
1. I put the iframe code into a "new custom field"
2. I put the name of the custom field ([gmap]) inside the page.
This is the result into the wordpress html editor:
Code:
[gmap]<p style="clear:none"> Per qualunque informazione....</p>
The problem is that the text isn't wrapping around the map but instead it begins at the very end!
I've added a
Code:
float="left"
Code:
<iframe width="425" height="350" frameborder="0" float ="left" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.it/maps?f=q&source=s_q&hl=it&geocode=&q=via+omboni+8+milano&aq=&sll=41.442726,12.392578&sspn=17.143848,39.506836&ie=UTF8&hq=&hnear=Via+Giovanni+Omboni,+8,+20129+Milano,+Lombardia&ll=45.477005,9.209649&spn=0.007839,0.01929&z=14&iwloc=A&output=embed"></iframe>
In the end I'm still facing the same problem....the text would hypen!
