|
|
General - 2007/02/25 23:27
I have added images in my popup on every marker.
I use this code: <img src=http://mysite.com/images/image.jpg>
If I try set some other stuff in to the code, it dosn?t work. (ex: size, align)
the component works fine....
Thanks
Best regards Roger S
The administrator has disabled public write access.
|
|
|
Re:General - 2007/02/25 23:35
When adding the tags (i.e. size, etc.) be very careful on the tick marks. Use single tick marks only. Try that and repost.
The administrator has disabled public write access.
|
|
|
Re:General - 2007/03/06 16:09
Adding photos in the marker text works great if you use:
<img src='http://www.mysite.com/images/image1.jpg'>
Works also with height and width when you use:
<img src='http://www.mysite.com/images/images1.jpg height='33' width='33'>
Thanks Chris, for this great user-friendly component!
The administrator has disabled public write access.
|
|
|
Re:General - 2007/03/06 16:11
Jeroen wrote: Adding photos in the marker text works great if you use:
<img src='http://www.mysite.com/images/image1.jpg'>
Works also with height and width when you use:
<img src='http://www.mysite.com/images/images1.jpg height='33' width='33'>
Thanks Chris, for this great user-friendly component!
I missed and quote in that last example, it must be: <img src='http://www.mysite.com/images/images1.jpg' height='33' width='33'>
The administrator has disabled public write access.
|
|