This syntax doesn't seem to be reserving the space for the <img>

<img style='width:100x; height:100px;' src='...'/>

It might be enough to change the "100x" into "100px", but if that 
doesn't work the following syntax certainly works:

<img width='100' height='100' src='...'/>

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to