O sorry I have been working on a back page on my website
www.schwarttzy.com/new.html
this is where I test my files.
The side bar is empty because I don't want it being used yet, not sure
if I want to either.
2. Apply width and height attributes to all the images
E.g. <img style="border:1px solid #5C7FB9"
src="http://lh4.ggpht.com/Schwarttzy/SKwQcWSCcHI/
AAAAAAAAAB8/VUjX6Qwe3Pg/
s400/DSC01042.JPG" alt="DSC01042.JPG" width="400"
height="300"/>
You have me confused, not sure what you are doing above? The only
code that bring the photos to my page are these two lines -
var gx = new GGeoXml("http://picasaweb.google.com/data/feed/base/user/
Schwarttzy/albumid/5236577324644233217?kind=photo&alt=kml");
map.addOverlay(gx);
3. Preload all the images that you might use, so that
they're in cache
when required.
An easy way to do that is to use EGeoXml with the
options
{preload:true, iwwidth:550}
I and don't know the correct syntax to preload using EGeoXml, I will
probably smack my forehead when I figure it out.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---